Skip to main content

WlanPhyNotifyOnCriticalErrorResult

Type Alias WlanPhyNotifyOnCriticalErrorResult 

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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WlanPhyNotifyError)

Contains the error value