Skip to main content

DeviceSetupProxyInterface

Trait DeviceSetupProxyInterface 

Source
pub trait DeviceSetupProxyInterface: Send + Sync {
    type SetChannelResponseFut: Future<Output = Result<DeviceSetupSetChannelResult, Error>> + Send;

    // Required method
    fn set_channel(
        &self,
        req: ServerEnd<DeviceMarker>,
    ) -> Self::SetChannelResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§