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

Required Methods§

Implementations on Foreign Types§

Implementors§