Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 4 of 4) sorted by relevance

/xiu/library/logger/src/
H A Dtarget.rs29 fn flush(&mut self) -> io::Result<()> { in flush() method
/xiu/protocol/rtmp/src/handshake/
H A Dhandshake_client.rs37 pub async fn flush(&mut self) -> Result<(), HandshakeError> { in flush() method
/xiu/library/bytesio/src/
H A Dbits_writer.rs53 fn flush(&mut self) -> Result<(), BitError> { in flush() method
H A Dbytes_writer.rs199 pub async fn flush(&mut self) -> Result<(), BytesWriteError> { in flush() method