Skip to main content

DeviceProxyLocalClientHandler

Trait DeviceProxyLocalClientHandler 

Source
pub trait DeviceProxyLocalClientHandler<___T: Transport = Channel> { }
Expand description

A client handler for the DeviceProxy protocol.

See DeviceProxy for more details.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<___H, ___T> DeviceProxyLocalClientHandler<___T> for Local<___H>
where ___H: DeviceProxyClientHandler<___T>, ___T: Transport,

Implementors§