Trait irc_bot::TriggerHandler[][src]

pub trait TriggerHandler: Send + Sync + UnwindSafe + RefUnwindSafe {
    fn run(&self, _: &State, _: &MsgMetadata, _: Captures) -> BotCmdResult;
}

Required Methods

Implementors