xitca_postgres::row

Type Alias RowOwned

source
pub type RowOwned = GenericRow<Arc<[Column]>, Vec<Range<usize>>, Typed>;
Expand description

Row with static lifetime bound

Aliased Typeยง

struct RowOwned { /* private fields */ }