Trait aws_smithy_client::bounds::SmithyMiddleware
source · pub trait SmithyMiddleware<C>: Layer<DispatchService<C>, Service = Self::Service> {
type Service: SmithyMiddlewareService + Send + Sync + Clone + 'static;
}
Expand description
A Smithy middleware layer (i.e., factory).
This trait has a blanket implementation for all compatible types, and should never be implemented.