pub trait StateData: Send + Sync + Clone + Eq + Debug + Hash + 'static { }

Implementors§