cgp-error 0.4.1-alpha

Context-generic programming error components
Documentation
1
2
3
4
5
6
7
8
9
mod can_raise_error;
mod can_wrap_error;
mod has_async_error_type;
mod has_error_type;

pub use can_raise_error::{CanRaiseError, ErrorRaiser, ErrorRaiserComponent};
pub use can_wrap_error::{CanWrapError, ErrorWrapper, ErrorWrapperComponent};
pub use has_async_error_type::{CanRaiseAsyncError, CanWrapAsyncError, HasAsyncErrorType};
pub use has_error_type::{ErrorOf, ErrorTypeProvider, ErrorTypeProviderComponent, HasErrorType};