pub trait ChildExt {
// Required method
fn main_thread_handle(&self) -> BorrowedHandle<'_>;
}ⓘ This trait cannot be implemented outside
std.Available on Windows only.
Required Methods§
1.100.0 · Sourcefn main_thread_handle(&self) -> BorrowedHandle<'_>
fn main_thread_handle(&self) -> BorrowedHandle<'_>
Extracts the main thread raw handle, without taking ownership
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".