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
impl<'a, H> ContextFreeMut<'a> for &'a mut BinarizedCfg<H> where H: Binarize + 'a
impl<'a, H, Hs> ContextFreeMut<'a> for &'a mut Cfg<H, Hs> where H: 'a, Hs: Clone + RewriteSequence<Rewritten=H> + 'a