pub trait ChannelPin<TSC> {
    const GROUP: u32;
    const OFFSET: u32;
}

Associated Constants

Implementors