Trait fire_http::into::IntoRoute

source ·
pub trait IntoRoute {
    type IntoRoute: Route;

    fn into_route(self) -> Self::IntoRoute;
}

Required Associated Types

Required Methods

Implementors