Function mz_repr::strconv::format_jsonb

source ·
pub fn format_jsonb<F>(buf: &mut F, jsonb: JsonbRef<'_>) -> Nestable
where F: FormatBuffer,