pub trait Notify { // Required method fn notify(&self); }
Notifies subscribers of a change in this signal.