[−][src]Macro nom::map_opt
map_opt!(I -> IResult<I,O>, O -> Option<P>) => I -> IResult<I, P>
maps a function returning an Option on the output of a parser
map_opt!(I -> IResult<I,O>, O -> Option<P>) => I -> IResult<I, P>
maps a function returning an Option on the output of a parser