[][src]Function tcalc_rustyline::completion::escape

pub fn escape(
    input: String,
    esc_char: Option<char>,
    break_chars: &BTreeSet<char>
) -> String