[][src]Function async_httplib::flush_write

pub async fn flush_write<'_, O>(output: &'_ mut O) -> Result<(), Error> where
    O: Write + Unpin