HaltState

Trait HaltState 

Source
pub trait HaltState: Halt + RawState { }

Implementors§

Source§

impl<Q> HaltState for Q
where Q: Halt + RawState,