Skip to main content

Module error

Module error 

Source
Expand description

Library-boundary error type.

Every public function returns Result<T, Error>. Internal ? conversions funnel through the #[from] chains below.

Enums§

Error
Errors returned by the public library API.

Type Aliases§

Result
Convenience alias for Result<T, Error>.