pub trait ValidPads: PadSet + RxpoTxpo {
    type Capability: Capability;
}
Expand description

Marker trait for valid sets of Pads

This trait labels sets of Pads that satisfy the RxpoTxpo trait. It guarantees to the Config struct that this set of Pads can be configured through that trait.

Associated Types

Implementors