Trait ChildExt
trait ChildExt: Sealed
Required Methods
fn main_thread_handle(self: &Self) -> BorrowedHandle<'_>Extracts the main thread raw handle, without taking ownership
Implementors
impl ChildExt for process::Child
ChildExttrait ChildExt: Sealed
fn main_thread_handle(self: &Self) -> BorrowedHandle<'_>Extracts the main thread raw handle, without taking ownership
impl ChildExt for process::Child