Trait State

Source
pub trait State: 'static { }
Expand description

A trait to define the global state of an application.

Implementors§