Skip to main content

Row

Type Alias Row 

Source
pub type Row = Vec<DbValue>;
Available on crate feature mysql only.
Expand description

A database row

Aliased Typeยง

pub struct Row { /* private fields */ }