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.
macro_rules! impl_from_error_for_route {
($route_error:ty : $error:ty) => { ... };
($error:ty) => { ... };
}
Implement From<E>
for RouteError
, for “internal server error” kind of
errors.