Trait rustix_bl::rustix_event_shop::Event[][src]

pub trait Event {
    fn can_be_applied(&self, store: &Datastore) -> bool;
fn apply(&self, store: &mut Datastore, config: &StaticConfig) -> bool; }

Required Methods

Implementors