Searched defs:NotFollowedBy (Results 1 – 1 of 1) sorted by relevance
22 pub struct NotFollowedBy<P>(P); struct23 impl<Input, O, P> Parser<Input> for NotFollowedBy<P> implementation