Skip to main content

ElementState

Trait ElementState 

Source
pub trait ElementState:
    Eq
    + Hash
    + Sized {
    // Required method
    fn all() -> Vec<Self>;
}

Required Methods§

Source

fn all() -> Vec<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§