Skip to main content

SliceToNullable

Type Alias SliceToNullable 

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

The return type of lhs.slice_to_nullable(rhs)

Aliased Typeยง

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