Struct aws_smithy_http_server::AddExtensionLayer [−][src]
pub struct AddExtensionLayer<T> { /* fields omitted */ }Expand description
Layer for adding some shareable value to request extensions.
See the module docs for more details.
Implementations
Create a new AddExtensionLayer.
Trait Implementations
type Service = AddExtension<S, T>
type Service = AddExtension<S, T>
The wrapped service
Auto Trait Implementations
impl<T> RefUnwindSafe for AddExtensionLayer<T> where
T: RefUnwindSafe,
impl<T> Send for AddExtensionLayer<T> where
T: Send,
impl<T> Sync for AddExtensionLayer<T> where
T: Sync,
impl<T> Unpin for AddExtensionLayer<T> where
T: Unpin,
impl<T> UnwindSafe for AddExtensionLayer<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more