pub trait TriggerOperationRequired { // Required method fn trigger_operation(&self) -> TriggerOperation; }