pub type NSTDThreadResult = NSTDOptionalHeapPtr<'static>;Available on crate feature
thread only.Expand description
A thread function’s return value.
Aliased Type§
#[repr(C, u8)]pub enum NSTDThreadResult {
None,
Some(NSTDHeapPtr<'static>),
}