pub fn from_jsonb<'a, T: Deserialize<'a>>(
value: &'a DbValue,
) -> Result<T, Error>Available on crate features
json and pg only.Expand description
Convert a Postgres JSONB value to a Deserialize-able type.
pub fn from_jsonb<'a, T: Deserialize<'a>>(
value: &'a DbValue,
) -> Result<T, Error>json and pg only.Convert a Postgres JSONB value to a Deserialize-able type.