Trait laminarmq_io::io_types::AsyncClose

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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§