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