Trait ChannelTypes

Source
pub trait ChannelTypes {
    type P: PeripheralMarker;
    type Tx<'a>: Tx;
    type Rx<'a>: Rx;
}

Required Associated Types§

Source

type P: PeripheralMarker

Source

type Tx<'a>: Tx

Source

type Rx<'a>: Rx

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§