Type Definition webhook::client::WebhookResult

source ·
pub type WebhookResult<Type> = Result<Type, Box<dyn Error + Send + Sync>>;