pub type Result<T> = Result<T, WebhookError>;Expand description
Result type for webhook operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(WebhookError),
}pub type Result<T> = Result<T, WebhookError>;Result type for webhook operations
pub enum Result<T> {
Ok(T),
Err(WebhookError),
}