Skip to main content

docs_router_with_config

Function docs_router_with_config 

Source
pub fn docs_router_with_config<S>(
    doc: OpenApiDoc,
    config: OpenApiConfig,
) -> Router<S>
where S: Clone + Send + Sync + 'static,