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