SupplicantStaIfaceGetFactoryMacAddressResult

Type Alias SupplicantStaIfaceGetFactoryMacAddressResult 

Source
pub type SupplicantStaIfaceGetFactoryMacAddressResult = Result<[u8; 6], i32>;

Aliased Type§

pub enum SupplicantStaIfaceGetFactoryMacAddressResult {
    Ok([u8; 6]),
    Err(i32),
}

Variants§

§1.0.0

Ok([u8; 6])

Contains the success value

§1.0.0

Err(i32)

Contains the error value