Enums§
- Error
- The core error types of the
papyruscrate that pre-defined all possible errors that can be returned by thepapyruscrate.
Type Aliases§
- Result
- The syntax-sugar for the
Resulttype that is used in thepapyruscrate. It is a shorthand forstd::result::Result<T, Error>.