pub type PaystackResult<T> = Result<Response<T>, PaystackAPIError>;
Expand description
Custom result type for the Paystack API
Aliased Type§
pub enum PaystackResult<T> {
Ok(Response<T>),
Err(PaystackAPIError),
}
pub type PaystackResult<T> = Result<Response<T>, PaystackAPIError>;
Custom result type for the Paystack API
pub enum PaystackResult<T> {
Ok(Response<T>),
Err(PaystackAPIError),
}