pub trait RxPin<USART> {
    fn setup(&self);
}
Expand description

Trait to mark serial pins with receive capability.

Required Methods

Implementors