Skip to main content

DirReceiverProxyInterface

Trait DirReceiverProxyInterface 

Source
pub trait DirReceiverProxyInterface: Send + Sync {
    // Required method
    fn receive(&self, payload: DirReceiverReceiveRequest) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§