Trait nom::ParseTo [−][src]
Used to integrate str
’s parse()
method
Required methods
fn parse_to(&self) -> Option<R>
[src]
Succeeds if parse()
succeeded. The byte slice implementation
will first convert it to a &str
, then apply the parse()
function