Skip to main content

TestDeviceProxyInterface

Trait TestDeviceProxyInterface 

Source
pub trait TestDeviceProxyInterface: Send + Sync {
    type LoadFirmwareResponseFut: Future<Output = Result<TestDeviceLoadFirmwareResult, Error>> + Send;

    // Required method
    fn load_firmware(&self, path: &str) -> Self::LoadFirmwareResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§