Trait ya_client::payment::api::PaymentEvent
source · pub trait PaymentEvent: DeserializeOwned {
type EventType: ToString;
const PATH: &'static str;
}Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.