[][src]Module sonic_channel::result

Contains sonic channel error type and custom Result type for easy configure your functions.

Structs

Error

Wrap for sonic channel error kind. This type has std::error::Error implementation and you can use boxed trait for catch other errors like this.

Enums

ErrorKind

All error kinds that you can see in sonic-channel crate.

Type Definitions

Result

Sugar if you expect only sonic-channel error type in result