Type Definition paystack::PaystackResult

source ·
pub type PaystackResult<T> = Result<T, PaystackError>;
Expand description

Custom result type for the Paystack API