Skip to main content

SliceNullable

Type Alias SliceNullable 

Source
pub type SliceNullable<Lhs, Rhs1, Rhs2> = ArraySlice<Lhs, AsExprOf<Rhs1, Nullable<Integer>>, AsExprOf<Rhs2, Nullable<Integer>>>;
Available on crate features postgres_backend and __sqlite-shared only.
Expand description

The return type of lhs.slice_nullable(rhs1, rhs2)

Aliased Typeยง

pub struct SliceNullable<Lhs, Rhs1, Rhs2> { /* private fields */ }