Function write_reply

Source
pub fn write_reply<'a, W: Write, T: AsRef<str> + 'a, I: IntoIterator<Item = &'a Suggestion<T>>>(
    writer: &mut W,
    choices: I,
) -> Result<(), Error>
Expand description

Send a reply like the ShellAC server would to the other end of a the Writer, where a client would listen. You should not need this