Module embedded_hal_compat::reverse[][src]

Expand description

Embedded HAL Reverse compatibility shim A compatibility layer to alleviate (some) of the issues resolving from changes to embedded-hal

Structs

Reverse

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

Traits

ReverseCompat

Convert a type into a forward compatibility wrapper object call .reverse() on e-h@1.0.x types to create an e-h@0.2.x compatible wrapper object