[][src]Trait cfg::ContextFreeMut

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, 
[src]

impl<'a, H, Hs> ContextFreeMut<'a> for &'a mut Cfg<H, Hs> where
    H: 'a,
    Hs: Clone + RewriteSequence<Rewritten = H> + 'a, 
[src]

Loading content...