Module embedded_hal_compat::forward[][src]

Expand description

Embedded HAL Forward Compat Later A compatibility layer to alleviate (some) of the issues resolving from changes to embedded-hal

Structs

Forward

Forward compatibility container object. This is generic over different E-H types and will provide adaption depending on the bound type.

Traits

ForwardCompat

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