Trait nom::ParseTo [] [src]

pub trait ParseTo<R> {
    fn parse_to(&self) -> Option<R>;
}

abstract method to calculate the input length

Required Methods

Implementors