Function compat_router

Source
pub fn compat_router<S>() -> Router<S>
where S: Clone + Send + Sync + 'static, UrlBuilder: FromRef<S>, SiteConfig: FromRef<S>, Arc<dyn HomeserverConnection>: FromRef<S>, PasswordManager: FromRef<S>, Limiter: FromRef<S>, BoundActivityTracker: FromRequestParts<S>, RequesterFingerprint: FromRequestParts<S>, BoxRepository: FromRequestParts<S>, BoxClock: FromRequestParts<S>, BoxRng: FromRequestParts<S>,