Structs§
- The Error type.
Enums§
- The kind of an error.
Traits§
- Additional methods for
Result
, for easy interaction with this crate.
Functions§
- Get the registered error string for a given error number.
- Convert the integer output of a librados API function into a
Result<()>
. - Convert the integer output of a librados API function into a
Result<u32>
, returning the error value casted to au32
if it’s positive and returningErr
otherwise.
Type Aliases§
- Convenient wrapper around
std::Result
.