Function extendr_api::prelude::row::from_ref
source ยท pub fn from_ref<E>(value: &E) -> RowRef<'_, E>where
E: SimpleEntity,Expand description
Returns a view over a row with 1 column containing value as its only element, pointing to
value.