Function flush_stream

Source
pub async fn flush_stream<S>(stream: &mut S) -> Result<(), Error>
where S: Write + Unpin,