cgp_error

Trait HasAsyncErrorType

Source
pub trait HasAsyncErrorType: Async + HasErrorType<Error: Async> { }

Implementors§

Source§

impl<Context> HasAsyncErrorType for Context
where Context: Async + HasErrorType<Error: Async>,