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.
pub trait StateView {
// Required method
fn inspect_state(&self) -> StateInfo;
}User must implement the StateView trait for customized state to provide this information.