Trait cfg::ContextFreeMut [] [src]

pub trait ContextFreeMut<'a>: Deref where
    Self::Target: ContextFree + 'a,
    &'a Self::Target: ContextFreeRef<'a, Target = Self::Target>, 
{ }

Allows access to a ContextFreeRef through mutable references.

Implementors