Skip to main content

EventsProxyInterface

Trait EventsProxyInterface 

Source
pub trait EventsProxyInterface: Send + Sync {
    type FunctionRegisteredResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required methods
    fn function_registered(&self) -> Self::FunctionRegisteredResponseFut;
    fn functions_cleared(&self) -> Result<(), Error>;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§