pub type SupplicantStaIfaceGetMacAddressResult = Result<SupplicantStaIfaceGetMacAddressResponse, i32>;
Aliased Type§
enum SupplicantStaIfaceGetMacAddressResult {
Ok(SupplicantStaIfaceGetMacAddressResponse),
Err(i32),
}
Variants§
Ok(SupplicantStaIfaceGetMacAddressResponse)
Contains the success value
Err(i32)
Contains the error value