pub type Slice<Lhs, Rhs1, Rhs2> = ArraySlice<Lhs, AsExprOf<Rhs1, Integer>, AsExprOf<Rhs2, Integer>>;Available on crate features
postgres_backend and __sqlite-shared only.Expand description
The return type of lhs.slice(rhs1, rhs2)
Aliased Typeยง
pub struct Slice<Lhs, Rhs1, Rhs2> { /* private fields */ }