pub trait HasChannelInfo {
    // Required method
    fn get_channel_id(&self) -> &SlackChannelId;
}

Required Methods§

Implementors§