Skip to main content

DeviceReportsReaderProxyInterface

Trait DeviceReportsReaderProxyInterface 

Source
pub trait DeviceReportsReaderProxyInterface: Send + Sync {
    type ReadReportsResponseFut: Future<Output = Result<DeviceReportsReaderReadReportsResult, Error>> + Send;

    // Required method
    fn read_reports(&self) -> Self::ReadReportsResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§