Function panorama_imap::proto::parsers::tagi[][src]

pub fn tagi<T, I, E>(tag: T) -> impl Fn(I) -> IResult<I, I, E> where
    I: ShitNeededForParsing<Sliced = I> + InputLength + ShitCompare<T>,
    T: InputLength + Clone,
    E: ParseError<I>, 
Expand description

Tag (case-)Insensitive: Same as nom’s tag_no_case, but operates on Bytes