Type Alias diesel::helper_types::ArrayIndex
source · pub type ArrayIndex<Lhs, Rhs> = ArrayIndex<Lhs, AsExprOf<Rhs, Integer>>;
Expand description
The return type of lhs.index(rhs)
Aliased Type§
struct ArrayIndex<Lhs, Rhs> { /* private fields */ }