Searched refs:NativeSubprocess (Results 1 – 1 of 1) sorted by relevance
50 pub fn start_new_state_machine_context() -> StateMachineContext<NativeSubprocess> { in start_new_state_machine_context()203 pub struct NativeSubprocess { struct207 impl NativeSubprocess { implementation208 pub fn new() -> NativeSubprocess { in new()209 NativeSubprocess { process_container: None } in new()213 impl ProcessManager for NativeSubprocess { implementation275 impl ManagerStateMachine<NativeSubprocess> {276 pub fn new_native() -> ManagerStateMachine<NativeSubprocess> { in new_native()277 ManagerStateMachine::new(NativeSubprocess::new()) in new_native()