Function admin_api_router

Source
pub fn admin_api_router<S>() -> (OpenApi, Router<S>)
where S: Clone + Send + Sync + 'static, Arc<dyn HomeserverConnection>: FromRef<S>, PasswordManager: FromRef<S>, BoxRng: FromRequestParts<S>, CallContext: FromRequestParts<S>, Templates: FromRef<S>, UrlBuilder: FromRef<S>, Arc<PolicyFactory>: FromRef<S>,