Struct nom::ProducerRepeat
[−]
[src]
pub struct ProducerRepeat<I: Copy> { // some fields omitted }
ProducerRepeat takes a single value, and generates it at each step
pub struct ProducerRepeat<I: Copy> { // some fields omitted }
ProducerRepeat takes a single value, and generates it at each step
impl<'b, I: Copy, M: 'b> Producer<'b, I, M> for ProducerRepeat<I>