Function net_traits::fetch::headers::collect_sequence

source ยท
fn collect_sequence<F>(
    position: &mut Peekable<Chars<'_>>,
    condition: F,
) -> String
where F: Fn(char) -> bool,
Expand description