[−][src]Trait sp_state_machine::InspectState
Trait for inspecting state in any backend.
Implemented for any backend.
Required methods
fn inspect_with<F: FnOnce()>(&self, f: F)
Inspect state with a closure.
Self will be set as read-only externalities and inspection closure will be run against it.