StdState

Trait StdState 

Source
pub trait StdState:
    RawState
    + Clone
    + Default
    + PartialEq
    + PartialOrd
    + Debug
    + Display { }
Expand description

The StdState trait extends the base RawState trait to include additional traits commonly used alongside the state.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§