add_atom

Function add_atom 

Source
pub fn add_atom<Stream, Context, Parser, F, Atom>(
    parser: Parser,
    f: F,
) -> AddAtom<Parser, F>
where Parser: Parse<Stream, Context>, F: Fn() -> Atom, Context: Contexting<Atom>,
Expand description

Function style version of crate::Utils::add_atom