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