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

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

Required methods

pub fn register(self, config: &mut AppService)[src]

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...