Skip to main content

RestartCell

Type Alias RestartCell 

Source
pub type RestartCell = Rc<RefCell<Option<RestartRequest>>>;
Expand description

Shared slot the debugger uses to hand a RestartRequest back to the CLI’s re-solve loop.

Aliased Type§

pub struct RestartCell { /* private fields */ }