Trait SerialAsync

Source
pub trait SerialAsync {
    type Rx<Otype>;
    type Tx<Otype>;
}

Required Associated Types§

Source

type Rx<Otype>

Receive

Source

type Tx<Otype>

Transmit

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl SerialAsync for UART4

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for UART5

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for UART7

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for UART8

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for USART1

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for USART2

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for USART3

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>

Source§

impl SerialAsync for USART6

Source§

type Rx<Otype> = Rx<Otype>

Source§

type Tx<Otype> = Tx<Otype>