Expand description
Traits§
- Result
From - A trait to add to an error type which can be constructed from an underlying “status” type which contains both success and failure codes.
- Result
Into - An inverse of the
ResultFromtrait, which is attached to the status type.
Functions§
- fmt_hex
- A helper method that displays a u32 as Hex with a “_” delimiter.