mock_rs/provider/universal/
payment.rs

1use crate::PaymentTrait;
2
3pub struct Payment;
4impl PaymentTrait<'_> for Payment {}