Skip to main content

SliceFromNullable

Type Alias SliceFromNullable 

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

The return type of lhs.slice_from_nullable(rhs)

Aliased Typeยง

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