Function net::mime_classifier::eats_until

source ยท
fn eats_until<'a, T>(matcher: &mut T, start: &[u8], end: &[u8]) -> Match
where T: Iterator<Item = &'a u8> + Clone,