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

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

Required methods

fn register(self, config: &mut AppService)

Loading content...

Implementors

impl<T> HttpServiceFactory for Resource<T> where
    T: ServiceFactory<Config = (), Request = ServiceRequest, Response = ServiceResponse, Error = Error, InitError = ()> + 'static, 
[src]

impl<T> HttpServiceFactory for Scope<T> where
    T: ServiceFactory<Config = (), Request = ServiceRequest, Response = ServiceResponse, Error = Error, InitError = ()> + 'static, 
[src]

Loading content...