pub trait Transmit {
    type TxChannel;
    type ReceivedWord;
}

Required Associated Types§

Implementors§