Skip to main content

Module error

Module error 

Source
Expand description

Error type returned by codec and framing operations.

All fallible APIs in this crate return Result<T>, which is core::result::Result<T, Error>. The Error enum is #[non_exhaustive] so future variants can be added without breaking semver.

Enums§

Error
Errors returned by codec and framing operations.

Type Aliases§

Result
Result alias used throughout the crate.