pub trait Transmit {
    type TxChannel;
    type ReceivedWord;
}

Associated Types

Implementors