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