Type Alias ion::Row

source ·
pub type Row = Vec<Value>;

Aliased Type§

struct Row { /* private fields */ }

Trait Implementations§

source§

impl ParseRow for Row

§

type Err = ()

source§

fn parse<F: FromRow>(&self) -> Result<F, F::Err>