Struct nom::MemProducer
[−]
[src]
pub struct MemProducer<'x> { // some fields omitted }
A MemProducer generates values from an in memory byte buffer
it generates data by chunks, and keeps track of how much was consumed.
It can receive messages of type Move
to handle consumption and seeking