Macro mas_handlers::impl_from_error_for_route

source ·
macro_rules! impl_from_error_for_route {
    ($route_error:ty : $error:ty) => { ... };
    ($error:ty) => { ... };
}
Expand description

Implement From<E> for RouteError, for “internal server error” kind of errors.