Trait embedded_hal_compat::ForwardCompat[][src]

pub trait ForwardCompat<T> {
    fn forward(self) -> Forward<T>;
}
Expand description

Helper trait to convert a type for forward compatibility call .forward() on e-h@0.2.x types to create an e-h@1.x.x compatible wrapper object

Required methods

Implementors

Create an e-h-c forward compatibility wrapper around and e-h object Available methods depend on the wrapped type