[−][src]Macro nom::flat_map
flat_map!(R -> IResult<R,S>, S -> IResult<S,T>) => R -> IResult<R, T>
combines a parser R -> IResult<R,S> and a parser S -> IResult<S,T> to return another parser R -> IResult<R,T>
flat_map!(R -> IResult<R,S>, S -> IResult<S,T>) => R -> IResult<R, T>
combines a parser R -> IResult<R,S> and a parser S -> IResult<S,T> to return another parser R -> IResult<R,T>