Skip to main content

jsonb

Function jsonb 

Source
pub fn jsonb<T: Serialize>(value: &T) -> Result<ParameterValue, Error>
Available on crate features json and pg only.
Expand description

Converts a Serialize value to a Postgres JSONB SQL parameter.