Trait stellar_xdr::next::Enum
source · pub trait Enum: Name + Variants<Self> + Sized { }
Available on crate feature
next
only.Object Safety§
This trait is not object safe.
pub trait Enum: Name + Variants<Self> + Sized { }
next
only.