pub trait IntoRouteResult {
    fn into_route_result(self) -> Result<Response>;
}

Required Methods

Implementations on Foreign Types

Implementors