Trait laminarmq_io::io_types::AsyncFlush

source ·
pub trait AsyncFlush: FallibleEntity {
    // Required method
    fn flush(&mut self) -> impl Future<Output = Result<(), Self::Error>>;
}

Required Methods§

source

fn flush(&mut self) -> impl Future<Output = Result<(), Self::Error>>

Object Safety§

This trait is not object safe.

Implementors§