Tracking Issue for windows_process_extensions_raw_attribute
· Issue #114854 · rust-lang/rust (original) (raw)
This is a tracking issue for adding support to attach raw attributes for process creation on Windows using the raw_attribute()
method.
pub trait CommandExt { unsafe fn raw_attribute<T: Copy + Send + Sync + 'static>( &mut self, attribute: usize, value: T, ) -> &mut process::Command; }