pub trait ToHandlerError {
// Required method
fn to_handler_error(self) -> HandlerError;
}Expand description
Internal trait to convert error types into HandlerError.
pub trait ToHandlerError {
// Required method
fn to_handler_error(self) -> HandlerError;
}Internal trait to convert error types into HandlerError.