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