pub trait IsChannelCount {
    const CHANNEL_COUNT: ChannelCount;
}
Expand description

The trait for channel count marker types

Required Associated Constants

Implementors