pub trait Id: Debug + Copy + Eq + Ord + Hash + Send + Sync + 'static { }
A group of traits that must be implemented by kernel object ID types, including KernelBase::RawTaskId.
KernelBase::RawTaskId