pub trait ShardState: Any + Send + Sync { }
Trait for shard state that can be auto-injected into shard component.
shard component