Enum nom::Needed [−][src]
pub enum Needed { Unknown, Size(usize), }
Contains information on needed data if a parser returned Incomplete
Variants
needs more data, but we do not know how much
Size(usize)
contains the required data size
Implementations
impl Needed
[src]
impl Needed
[src]