pub type SupplicantStaIfaceSetBtCoexistenceModeResult = Result<(), WlanixError>;Aliased Type§
pub enum SupplicantStaIfaceSetBtCoexistenceModeResult {
Ok(()),
Err(WlanixError),
}pub type SupplicantStaIfaceSetBtCoexistenceModeResult = Result<(), WlanixError>;pub enum SupplicantStaIfaceSetBtCoexistenceModeResult {
Ok(()),
Err(WlanixError),
}