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