ShardState

Trait ShardState 

Source
pub trait ShardState:
    Any
    + Send
    + Sync { }
Expand description

Trait for shard state that can be auto-injected into shard component.

Implementors§

Source§

impl<T> ShardState for T
where T: 'static + Send + Sync + Default,