Crate cgp_error

Source

Structs§

ErrorRaiserComponent
ErrorTypeProviderComponent
ErrorWrapperComponent

Traits§

CanRaiseAsyncError
CanRaiseError
Used for injecting external error types into Self::Error.
CanWrapAsyncError
CanWrapError
ErrorRaiser
Used for injecting external error types into Self::Error.
ErrorTypeProvider
This is used for contexts to declare that they have a unique Self::Error type.
ErrorWrapper
HasAsyncErrorType
HasErrorType
This is used for contexts to declare that they have a unique Self::Error type.

Type Aliases§

ErrorOf