macro_rules! impl_peripheral {
    ($type:ident) => { ... };
}
Expand description

Implement the peripheral trait.