[−][src]Trait nom::ExtendInto
abtracts something which can extend an Extend
Associated Types
Loading content...Required methods
fn new_builder(&self) -> Self::Extender
create a new Extend
of the correct type
fn extend_into(&self, acc: &mut Self::Extender)
accumulate the input into an accumulator