[][src]Function seed::routing::push_route

pub fn push_route<Ms, Mdl>(app: App<Ms, Mdl>, path: &str, message: Ms) -> Mdl where
    Ms: Clone + 'static,
    Mdl: 'static + Clone