pub type TelegramResult<T> = Result<T, TelegramBotError>;Expand description
Convenience alias.
Aliased Type§
pub enum TelegramResult<T> {
Ok(T),
Err(TelegramBotError),
}pub type TelegramResult<T> = Result<T, TelegramBotError>;Convenience alias.
pub enum TelegramResult<T> {
Ok(T),
Err(TelegramBotError),
}