Type Definition alipay_rs::error::AlipayResult

source · []
pub type AlipayResult<T> = Result<T, AlipayError>;