Skip to main content

DriverRpmbLocalClientHandler

Trait DriverRpmbLocalClientHandler 

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

A client handler for the DriverRpmb protocol.

See DriverRpmb for more details.

Implementations on Foreign Types§

Source§

impl<___H, ___T> DriverRpmbLocalClientHandler<___T> for Local<___H>
where ___H: DriverRpmbClientHandler<___T>, ___T: Transport,

Implementors§