Skip to main content

SharedBashState

Type Alias SharedBashState 

Source
pub type SharedBashState = Arc<Mutex<Option<BashState>>>;
Expand description

Type alias for shared bash state with async-safe mutex

Aliased Typeยง

pub struct SharedBashState { /* private fields */ }