SupplicantStaIfaceSetBtCoexistenceModeResult

Type Alias SupplicantStaIfaceSetBtCoexistenceModeResult 

Source
pub type SupplicantStaIfaceSetBtCoexistenceModeResult = Result<(), WlanixError>;

Aliased Type§

pub enum SupplicantStaIfaceSetBtCoexistenceModeResult {
    Ok(()),
    Err(WlanixError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WlanixError)

Contains the error value