Function mailpot_web::typed_paths::tsr::add_tsr_redirect_route
source · fn add_tsr_redirect_route<S, B>(router: Router<S, B>, path: &str) -> Router<S, B>where
B: HttpBody + Send + 'static,
S: Clone + Send + Sync + 'static,