Type Alias diesel::helper_types::ArrayIndex

source ·
pub type ArrayIndex<Lhs, Rhs> = Index<Lhs, Rhs>;
👎Deprecated: Use Index instead
Available on crate feature postgres_backend only.

Aliased Type§

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