Trait telbot_types::TelegramMethod [−][src]
pub trait TelegramMethod {
type Response: DeserializeOwned;
fn name() -> &'static str;
}pub trait TelegramMethod {
type Response: DeserializeOwned;
fn name() -> &'static str;
}