pub fn from_rnp_code(code: u32) -> ErrorExpand description
Construct an Error::Rnp from a raw rnp_result_t code, looking
up its kind and message. Use when integrating with hand-written FFI
bindings that return raw u32 codes.
pub fn from_rnp_code(code: u32) -> ErrorConstruct an Error::Rnp from a raw rnp_result_t code, looking
up its kind and message. Use when integrating with hand-written FFI
bindings that return raw u32 codes.