pub type HandlerResult = Result<(), HandlerError>;Expand description
Type alias matching python-telegram-bot’s HandlerResult.
Aliased Type§
pub enum HandlerResult {
Ok(()),
Err(HandlerError),
}pub type HandlerResult = Result<(), HandlerError>;Type alias matching python-telegram-bot’s HandlerResult.
pub enum HandlerResult {
Ok(()),
Err(HandlerError),
}