pub unsafe trait FixedSizeVariantType: StaticVariantType + Sized + Copy { }
Expand description

Trait for fixed size variant types.

Implementations on Foreign Types

Implementors