[][src]Function seed::routing::initial

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