[][src]Function abnf_to_pest::render_rules_to_pest

pub fn render_rules_to_pest<I>(
    rules: I
) -> Doc<'static, BoxDoc<'static, ()>, ()> where
    I: IntoIterator<Item = (String, PestyRule)>,