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