Index

Type Alias Index 

Source
pub type Index<Lhs, Rhs> = ArrayIndex<Lhs, AsExprOf<Rhs, Integer>>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of lhs.index(rhs)

Aliased Typeยง

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