Trait laminarmq_io::io_types::AsyncRemove
source · pub trait AsyncRemove: FallibleEntity {
// Required method
fn remove(self) -> impl Future<Output = Result<(), Self::Error>>;
}
Required Methods§
Object Safety§
This trait is not object safe.