Skip to main content

BoxedWebhookHandler

Type Alias BoxedWebhookHandler 

Source
pub type BoxedWebhookHandler = Arc<dyn Fn(&WebhookContext, Value) -> Pin<Box<dyn Future<Output = Result<WebhookResult>> + Send + '_>> + Send + Sync>;
Expand description

Type alias for boxed webhook handler functions.

Aliased Typeยง

pub struct BoxedWebhookHandler { /* private fields */ }