Function restq_http::sym

source ·
pub fn sym<'a, I>(t: I) -> Parser<'a, I, I>
where I: Clone + PartialEq + Display,
Expand description

Success when current input symbol equals t.