pub trait IntoRoute {
type IntoRoute: Route;
fn into_route(self) -> Self::IntoRoute;
}Required Associated Types
Required Methods
fn into_route(self) -> Self::IntoRoute
Implementors
sourceimpl IntoRoute for MemoryFile
Available on crate feature fs only.
impl IntoRoute for MemoryFile
Available on crate feature
fs only.type IntoRoute = MemoryFileRoute
sourceimpl IntoRoute for StaticFile
Available on crate feature fs only.
impl IntoRoute for StaticFile
Available on crate feature
fs only.type IntoRoute = StaticFileRoute
sourceimpl IntoRoute for StaticFiles
Available on crate feature fs only.
impl IntoRoute for StaticFiles
Available on crate feature
fs only.