[][src]Trait bluenrg::UartController

pub trait UartController<E>: Commands<Error = E> + Commands<Error = E> + Commands<Error = E> + Commands<Error = E> + Hci<E, BlueNRGEvent, BlueNRGError> { }

Master trait that encompasses all commands, and communicates over UART.

Implementors

impl<T, E> UartController<E> for T where
    T: Commands<Error = E> + Commands<Error = E> + Commands<Error = E> + Commands<Error = E> + Hci<E, BlueNRGEvent, BlueNRGError>, 
[src]

Loading content...