[][src]Function gvariant::aligned_bytes::empty_aligned

pub fn empty_aligned<A: Alignment>() -> &'static AlignedSlice<A>

Get a static reference to an empty AlignedSlice with the given alignment.

This is useful for implementing GVariant default values.