Module paseto::errors[][src]

Wraps all of our individual errors out as one type, so we return a consistent error type across everything.

This would also allow us to wrap errors if they ever give us a less than ideal message.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.