Type Alias diesel::helper_types::Index

source ·
pub type Index<Lhs, Rhs> = ArrayIndex<Lhs, AsExprOf<Rhs, Integer>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.index(rhs)

Aliased Type§

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