pub trait Pins<USART> {
    fn set_alt_mode(&mut self);
fn restore_mode(&mut self); }

Required methods

Implementations on Foreign Types

Implementors