Skip to main content

VariantIterable

Trait VariantIterable 

Source
pub trait VariantIterable {
    // Required method
    fn all() -> impl Iterator<Item = Self>;
}

Required Methods§

Source

fn all() -> impl Iterator<Item = Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§