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

Implementors§