pub trait Target<Channel> {
    const REQUEST: u8;
}

Required Associated Constants

Implementors