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