pub trait Receive {
    type RxChannel;
    type TransmittedWord;
}

Associated Types

Implementors