pub type WebhookFactory = Arc<dyn Fn() -> BoxFuture<'static, Result<WebhookHandle, ProviderError>> + Send + Sync>;Expand description
Creates webhooks; implemented by the application (the SDK runs no server).
Aliased Typeยง
pub struct WebhookFactory { /* private fields */ }