Trait RawState

Source
pub trait RawState:
    Send
    + Sync
    + Debug { }
Expand description

RawState is a trait that defines the types of states

Implementors§

Source§

impl<Q> RawState for Q
where Q: Send + Sync + Debug,