pub fn print_writer(
    stream: &mut impl Write,
    prompt: impl ToString
) -> Result<()>
Expand description

Prints a message to a writer