Skip to main content

flush_stream

Function flush_stream 

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