[][src]Function honeycomb::atoms::not

pub fn not<T>(parser: Parser<T>) -> Parser<()> where
    T: 'static + Clone

Consumes nothing, but fails if this parser succeeds