pub type WlanFullmacImplQuerySecuritySupportResult = Result<WlanFullmacImplQuerySecuritySupportResponse, i32>;Aliased Type§
pub enum WlanFullmacImplQuerySecuritySupportResult {
Ok(WlanFullmacImplQuerySecuritySupportResponse),
Err(i32),
}Variants§
Ok(WlanFullmacImplQuerySecuritySupportResponse)
Contains the success value
Err(i32)
Contains the error value