pub trait Data: Message + Default + Ord + Send + Sync + Serialize + for<'de> Deserialize<'de> { }
A common trait for uses of K and V to express in a single place all of the traits required by async_trait and StashCollection.