Skip to main content

InBandInterruptLocalClientHandler

Trait InBandInterruptLocalClientHandler 

Source
pub trait InBandInterruptLocalClientHandler<___T = DriverChannel>
where ___T: Transport,
{ }
Expand description

A client handler for the InBandInterrupt protocol.

See InBandInterrupt 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> InBandInterruptLocalClientHandler<___T> for Local<___H>
where ___H: InBandInterruptClientHandler<___T>, ___T: Transport,

Implementors§