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