pub trait AsColMut<E: Entity> {
// Required method
fn as_col_mut(&mut self) -> ColMut<'_, E>;
}Expand description
Trait for types that can be converted to a mutable col view.
pub trait AsColMut<E: Entity> {
// Required method
fn as_col_mut(&mut self) -> ColMut<'_, E>;
}Trait for types that can be converted to a mutable col view.