Struct nom::MemProducer
[−]
[src]
pub struct MemProducer<'x> { // some fields omitted }
Can parse data from an already in memory byte array
buffer holds the reference to the data that must be parsed
length is the length of that buffer
index is the position in the buffer
chunk_size is the quantity of data sent at once