Skip to main content

TerminalMap

Type Alias TerminalMap 

Source
pub type TerminalMap = Rc<RefCell<HashMap<String, TerminalProcess>>>;
Expand description

Shared handle to all spawned terminal processes. Kept accessible so the app can kill them on exit.

Aliased Typeยง

pub struct TerminalMap { /* private fields */ }