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

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

This is useful for implementing GVariant default values.