Skip to main content

WaiterProxyInterface

Trait WaiterProxyInterface 

Source
pub trait WaiterProxyInterface: Send + Sync {
    // Required method
    fn ack(&self, status: i32) -> Result<(), Error>;
}

Required Methods§

Source

fn ack(&self, status: i32) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§