Type Definition nstd_sys::thread::NSTDThreadCountResult
source · pub type NSTDThreadCountResult = NSTDResult<NSTDUInt, NSTDIOError>;Available on crate feature
nstd_thread only.Expand description
Returned from nstd_thread_count, contains the number of threads detected on the system on
success.