pub type array_prepend<e, a> = array_prepend<<e as Expression>::SqlType, <a as Expression>::SqlType, e, a>;Available on crate feature
postgres_backend only.Expand description
Return type of the array_prepend() SQL function.
Aliased Typeยง
pub struct array_prepend<e, a> { /* private fields */ }