pub trait StaticRoutes where
    Self: Sized
{ fn into_routes(self) -> Routes; }

Required Methods

Implementors