Trait AsRowMut
pub trait AsRowMut<E>: AsRowRef<E>where
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.
Required Methods§
fn as_row_mut(&mut self) -> RowMut<'_, E>
fn as_row_mut(&mut self) -> RowMut<'_, E>
Convert to a mutable row view.