Trait botx_api_framework::handlers::internal_bot_notification::IInternalBotNotificationCallProducer
source · pub trait IInternalBotNotificationCallProducer: Send + Sync {
// Required method
fn handle<'life0, 'async_trait>(
&'life0 mut self,
data: Box<dyn Any + Sync + Send>,
options: Box<dyn Any + Sync + Send>,
request_context: RequestContext
) -> Pin<Box<dyn Future<Output = CommandResult> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}Expand description
Возвращает тип данным и вызывает обработчик