pub trait ViewMut {
// Required method
fn view_mut(&self) -> Self;
}
Expand description
View an object mutably.
This trait drives the assignment into vectors and lists, primarily
via the Data
struct.
Required Methods§
Object Safety§
This trait is not object safe.