Function netidx::utils::rsplit_escaped[][src]

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