utoipa_actix_web

Trait AppExt

Source
pub trait AppExt<T> {
    // Required method
    fn into_utoipa_app(self) -> UtoipaApp<T>;
}
Expand description

Extends actix_web::App with utoipa related functionality.

Required Methods§

Source

fn into_utoipa_app(self) -> UtoipaApp<T>

Convert’s this actix_web::App to UtoipaApp.

See usage from UtoipaApp

Implementations on Foreign Types§

Source§

impl<T> AppExt<T> for App<T>

Implementors§