Trait hvcg_identity_openapi_identity::ContextWrapperExt[][src]

pub trait ContextWrapperExt<C: Send + Sync> where
    Self: Sized
{ fn with_context(self, context: C) -> ContextWrapper<Self, C>; }
Expand description

Trait to extend an API to make it easy to bind it to a context.

Required methods

Binds this API to a context.

Implementors