pub struct ModelNotify { /* fields omitted */ }
Expand description
Dispatch notifications from a Model
to one or several ModelPeer
.
Typically, you would want to put this in the implementation of the Model
Notify the peers that a specific row was changed
Notify the peers that rows were added
Notify the peers that rows were removed
👎 Deprecated:
In your model, re-implement model_tracker
of the Model
trait instead of calling this function from our attach_peer
implementation
Attach one peer. The peer will be notified when the model changes
Returns the “default value” for a type. Read more
Attach one peer. The peer will be notified when the model changes
Register the model as a dependency to the current binding being evaluated, so
that it will be notified when the model changes its size. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.