Skip to main content

DeviceInfoProxyInterface

Trait DeviceInfoProxyInterface 

Source
pub trait DeviceInfoProxyInterface: Send + Sync {
    type GetOsInfoResponseFut: Future<Output = Result<OsInfo, Error>> + Send;

    // Required method
    fn get_os_info(&self) -> Self::GetOsInfoResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§