pub type PhyGetCountryResult = Result<CountryCode, i32>;Aliased Type§
pub enum PhyGetCountryResult {
Ok(CountryCode),
Err(i32),
}pub type PhyGetCountryResult = Result<CountryCode, i32>;pub enum PhyGetCountryResult {
Ok(CountryCode),
Err(i32),
}