pub async fn create_registry_from_file<P: AsRef<Path>>(
path: P,
) -> Result<OpenApiRouteRegistry>Expand description
Helper function to create an OpenAPI route registry from a file
pub async fn create_registry_from_file<P: AsRef<Path>>(
path: P,
) -> Result<OpenApiRouteRegistry>Helper function to create an OpenAPI route registry from a file