Trait actix_web::dev::HttpServiceFactory[][src]

pub trait HttpServiceFactory {
    fn register(self, config: &mut AppService);
}

Required methods

Implementations on Foreign Types

Implementors