[]Function restq_http::sym

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

Success when current input symbol equals t.