Macro nom::none_of 
                   
                       [−]
                   
               [src]
macro_rules! none_of { ($i:expr, $inp: expr) => { ... }; }
matches anything but the provided characters
macro_rules! none_of { ($i:expr, $inp: expr) => { ... }; }
matches anything but the provided characters