pub(crate) fn value_display_fmt(
value: &Value<'_>,
f: &mut Formatter<'_>,
type_annotate: bool,
) -> Result
Expand description
Implemented based on https://gitlab.gnome.org/GNOME/glib/-/blob/e1d47f0b0d0893ac9171e24cc7bf635495376546/glib/gvariant.c#L2213