Skip to main content

DeprecatedClientProxyInterface

Trait DeprecatedClientProxyInterface 

Source
pub trait DeprecatedClientProxyInterface: Send + Sync {
    type StatusResponseFut: Future<Output = Result<WlanStatus, Error>> + Send;

    // Required method
    fn status(&self) -> Self::StatusResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn status(&self) -> Self::StatusResponseFut

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§