pub(crate) fn new_variant_a_ayay<'a, T: 'a + AsRef<[u8]>>(
items: impl IntoIterator<Item = (T, T)>,
) -> VariantExpand description
Create a new GVariant of type a(ayay). This is used by OSTree’s extended attributes.
pub(crate) fn new_variant_a_ayay<'a, T: 'a + AsRef<[u8]>>(
items: impl IntoIterator<Item = (T, T)>,
) -> VariantCreate a new GVariant of type a(ayay). This is used by OSTree’s extended attributes.