UartInit

Trait UartInit 

Source
pub trait UartInit<U> {
    // Required method
    fn constrain(self) -> Uart<U>;
}

Required Methods§

Source

fn constrain(self) -> Uart<U>

Implementors§