Trait stellar_xdr::next::Variants
source · pub trait Variants<V> {
// Required method
fn variants() -> Iter<'static, V>
where V: Sized;
}
Available on crate feature
next
only.Expand description
Iter defines types that have variants that can be iterated.
Required Methods§
Object Safety§
This trait is not object safe.