Function from_mut
pub fn from_mut<E>(value: &mut E) -> ColMut<'_, E>where
E: SimpleEntity,
Expand description
Returns a view over a column with 1 row containing value as its only element, pointing to
value
.
pub fn from_mut<E>(value: &mut E) -> ColMut<'_, E>where
E: SimpleEntity,
Returns a view over a column with 1 row containing value as its only element, pointing to
value
.