pub type SharedJsonbSerialized = Arc<Vec<u8>>;Expand description
Type alias for shared, pre-serialized JSONB data. This represents JSONB properties that have been serialized once and can be reused.
Aliased Typeยง
pub struct SharedJsonbSerialized { /* private fields */ }