Type Definition U32Result
lexical_core::ffi
type U32Result = Result<u32>;
Expanded generic for a result type containing a value of type u32.