Skip to main content

State

pub trait State: Sized { }
Expand description

Builder’s type state specifies if members are set or not (unset).

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§