Trait GetBotInfo

Source
pub trait GetBotInfo<'a> {
    // Required method
    fn get_bot_related_info(&'a self) -> Option<BotInfo>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> GetBotInfo<'a> for CPIMInfo<'a>

Implementors§