pub fn escape<E>(string: &str, escaper: E) -> Escaped<'_, E> where
    E: Escaper