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

Implementors