Type Alias SupplicantStaIfaceGetMacAddressResult

Source
pub type SupplicantStaIfaceGetMacAddressResult = Result<SupplicantStaIfaceGetMacAddressResponse, i32>;

Aliased Type§

enum SupplicantStaIfaceGetMacAddressResult {
    Ok(SupplicantStaIfaceGetMacAddressResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(SupplicantStaIfaceGetMacAddressResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value