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§

Implementors§