[][src]Trait carapax::prelude::UpdateHandler

pub trait UpdateHandler {
    fn handle(&mut self, update: Update);
}

A webhook update handler

Required methods

fn handle(&mut self, update: Update)

Handles an update

Loading content...

Implementors

impl<C> UpdateHandler for Dispatcher<C> where
    C: Send + Sync + 'static, 
[src]

Loading content...