xitca_postgres::row

Type Alias RowSimpleOwned

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

RowSimple with static lifetime bound

Aliased Typeยง

struct RowSimpleOwned { /* private fields */ }