pub trait RuleContainerMut<'a>: Derefwhere
    Self::Target: RuleContainer + Default + 'a,
    &'a Self::Target: RuleContainerRef<'a, Target = Self::Target>,{ }
Expand description

Allows access to a ContextFreeRef through mutable references.

Implementors§

source§

impl<'a> RuleContainerMut<'a> for &'a mut BinarizedCfg

source§

impl<'a> RuleContainerMut<'a> for &'a mut Cfg