Function seed::routing::initial

source ·
pub fn initial<Ms, Mdl>(
    app: App<Ms, Mdl>,
    routes: HashMap<String, Ms>
) -> App<Ms, Mdl>where
    Ms: Clone + 'static,
    Mdl: Clone + 'static,