Skip to main content

InBandInterruptLocalClientHandler

Trait InBandInterruptLocalClientHandler 

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

A client handler for the InBandInterrupt protocol.

See InBandInterrupt for more details.

Implementations on Foreign Types§

Source§

impl<___H, ___T> InBandInterruptLocalClientHandler<___T> for Local<___H>
where ___H: InBandInterruptClientHandler<___T>, ___T: Transport,

Implementors§