[−][src]Macro nom::separated_list_complete
separated_list_complete!(I -> IResult<I,T>, I -> IResult<I,O>) => I -> IResult<I, Vec<O>>
This is equivalent to the separated_list!
combinator, except that it will return Error
when either the separator or element subparser returns Incomplete
.