pub type array_prepend<E, A> = array_prepend<SqlTypeOf<E>, SqlTypeOf<A>, E, A>;
Available on crate feature
postgres_backend
only.Expand description
Return type of array_prepend(element, array)
Aliased Typeยง
struct array_prepend<E, A> { /* private fields */ }