Trait botx_api_framework::handlers::status::IStatusHandler
source · pub trait IStatusHandler: Send + Sync {
// Required method
fn handle<'life0, 'async_trait>(
&'life0 mut self,
result: StatusRequest
) -> Pin<Box<dyn Future<Output = StatusResponse> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}