cgp-error 0.7.0

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

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