StateView

Trait StateView 

Source
pub trait StateView {
    // Required method
    fn inspect_state(&self) -> StateInfo;
}
Expand description

User must implement the StateView trait for customized state to provide this information.

Required Methods§

Implementors§