impl_peripheral

Macro impl_peripheral 

Source
macro_rules! impl_peripheral {
    ($type:ident<$($T:ident $(: $bound:tt $(+ $others:tt )*)?),*>) => { ... };
    ($type:ident) => { ... };
}
Expand description

Implement the peripheral trait.