Trait service_async::layer::FactoryLayer  
source · pub trait FactoryLayer<C, F> {
    type Factory;
    // Required method
    fn layer(&self, config: &C, inner: F) -> Self::Factory;
}pub trait FactoryLayer<C, F> {
    type Factory;
    // Required method
    fn layer(&self, config: &C, inner: F) -> Self::Factory;
}