pub type SliceFrom<Lhs, Rhs> = ArraySliceFrom<Lhs, AsExprOf<Rhs, Integer>>;Available on crate features
postgres_backend and __sqlite-shared only.Expand description
The return type of lhs.slice_from(rhs)
Aliased Typeยง
pub struct SliceFrom<Lhs, Rhs> { /* private fields */ }