Function peruse::slice_parsers::lit [] [src]

pub fn lit<T: Eq + Clone>(l: T) -> LiteralParser<T>

Create a parser that only recognizes the given literal value