Trait vault_api::ContextWrapperExt [] [src]

pub trait ContextWrapperExt<'a> where
    Self: Sized
{ fn with_context(&'a self, context: Context) -> ContextWrapper<'a, Self>; }

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

Required Methods

Binds this API to a context.

Implementors