to_jsonb

Type Alias to_jsonb 

Source
pub type to_jsonb<E> = to_jsonb<SqlTypeOf<E>, E>;
Available on crate feature postgres_backend only.
Expand description

Return type of to_jsonb(element)

Aliased Typeยง

pub struct to_jsonb<E> { /* private fields */ }