Skip to main content

ToHandlerError

Trait ToHandlerError 

Source
pub trait ToHandlerError {
    // Required method
    fn to_handler_error(self) -> HandlerError;
}
Expand description

Internal trait to convert error types into HandlerError.

Required Methods§

Implementations on Foreign Types§

Source§

impl ToHandlerError for &str

Source§

impl ToHandlerError for String

Source§

impl ToHandlerError for Error

Implementors§