pub trait TriggerFn<E, W>where E: Env,{ // Required method fn call(&mut self, w: &W, l: Link<'_, E>); }