pub trait CanStopPoll {
// Required method
fn stop_poll(&self) -> StopPoll;
}Expand description
Stop a poll which was sent by the bot.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".