Function netidx::utils::split_escaped[][src]

pub fn split_escaped(
    s: &str,
    escape: char,
    sep: char
) -> impl Iterator<Item = &str>