Skip to main content

StatusProxyInterface

Trait StatusProxyInterface 

Source
pub trait StatusProxyInterface: Send + Sync {
    type WatchPowerLevelResponseFut: Future<Output = Result<StatusWatchPowerLevelResult, Error>> + Send;

    // Required method
    fn watch_power_level(&self) -> Self::WatchPowerLevelResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§