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