pub trait State: Sealed { }
Expand description

Any state of an Environment implements this trait. See typestate programming.

Implementors§