use ;
use cgp_component;
use crateHasErrorType;
/**
Used for injecting external error types into [`Self::Error`](HasErrorType::Error).
As an example, if `Context: CanRaiseError<ParseIntError>`, then we would be
able to call `Context::raise_error(err)` for an error value
[`err: ParseIntError`](core::num::ParseIntError) and get back
a [`Context::Error`](HasErrorType::Error) value.
*/