fidl_fuchsia_hardware_sockettunnel

Trait DeviceProxyInterface

Source
pub trait DeviceProxyInterface: Send + Sync {
    type RegisterSocketResponseFut: Future<Output = Result<DeviceRegisterSocketResult, Error>> + Send;

    // Required method
    fn register_socket(
        &self,
        payload: DeviceRegisterSocketRequest,
    ) -> Self::RegisterSocketResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§