Skip to main content

SliceTo

Type Alias SliceTo 

Source
pub type SliceTo<Lhs, Rhs> = ArraySliceTo<Lhs, AsExprOf<Rhs, Integer>>;
Available on crate features postgres_backend and __sqlite-shared only.
Expand description

The return type of lhs.slice_to(rhs)

Aliased Typeยง

pub struct SliceTo<Lhs, Rhs> { /* private fields */ }