Trait kernel::hil::uart::Uart

source ·
pub trait Uart<'a>: Configure + Transmit<'a> + Receive<'a> { }

Implementors§

source§

impl<'a, T: Configure + Transmit<'a> + Receive<'a>> Uart<'a> for T