Searched defs:GlobalError (Results 1 – 2 of 2) sorted by relevance
51 pub enum GlobalError { enum60 impl fmt::Display for GlobalError { implementation
125 fn map_global_reason_code(reason: i32) -> Option<GlobalError> { in map_global_reason_code()