[][src]Trait cfg::rule::container::EmptyRuleContainer

pub trait EmptyRuleContainer {
    fn empty(&self) -> Self;
}

A trait for creating an empty container.

Required methods

fn empty(&self) -> Self

Creates a new empty container.

Loading content...

Implementors

impl<H> EmptyRuleContainer for BinarizedCfg<H>[src]

impl<H, Hs> EmptyRuleContainer for Cfg<H, Hs> where
    Hs: Clone + RewriteSequence<Rewritten = H>, 
[src]

Loading content...