pub type NSTDOptionalChildProcess = NSTDOptional<NSTDChildProcess>;Available on crate feature
proc only.Expand description
Represents an optional value of type NSTDChildProcess.
Aliased Type§
#[repr(C, u8)]pub enum NSTDOptionalChildProcess {
None,
Some(NSTDChildProcess),
}