[][src]Function shellac_codec::write_reply

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

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