pub trait ChannelId: Sealed {
    const DYN: DynChannelId;
}
Expand description

Used to pin traits to a specific channel (A or B)

Required Associated Constants

Corresponding DynChannelId

Implementors