Type Definition paystack::PaystackResult
source · pub type PaystackResult<T> = Result<T, PaystackError>;
Expand description
Custom result type for the Paystack API
pub type PaystackResult<T> = Result<T, PaystackError>;
Custom result type for the Paystack API