Skip to main content

WlanPhyNotifyOnCountryCodeChangeResult

Type Alias WlanPhyNotifyOnCountryCodeChangeResult 

Source
pub type WlanPhyNotifyOnCountryCodeChangeResult = Result<(), WlanPhyNotifyError>;

Aliased Type§

pub enum WlanPhyNotifyOnCountryCodeChangeResult {
    Ok(()),
    Err(WlanPhyNotifyError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WlanPhyNotifyError)

Contains the error value