Row

Type Alias Row 

Source
pub type Row = Box<[Value]>;

Aliased Type§

pub struct Row(/* private fields */);

Trait Implementations§

Source§

impl<'a> From<&'a RowLabeled> for &'a Row

Source§

fn from(value: &'a RowLabeled) -> Self

Converts to this type from the input type.
Source§

impl From<RowLabeled> for Row

Source§

fn from(value: RowLabeled) -> Self

Converts to this type from the input type.