pub trait StaticVariantType {
    fn static_variant_type() -> Cow<'static, VariantTy>;
}
Expand description

Returns VariantType of Self.

Required methods

Returns the VariantType corresponding to Self.

Implementations on Foreign Types

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Implementors