Skip to main content

DebugState

Trait DebugState 

Source
pub trait DebugState {
    // Required methods
    fn current_state(&self) -> State;
    fn new_debug_receiver(&mut self) -> Option<Receiver<Option<State>>>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§