[][src]Function netidx_core::utils::escape

pub fn escape<T: AsRef<str> + ?Sized>(
    s: &T,
    esc: char,
    sep: char
) -> Cow<'_, str>