pub type StateValue = Arc<dyn Any + Send + Sync>;
Expand description

A state value which can be anything.

Aliased Type§

struct StateValue { /* private fields */ }