Trait r3::kernel::Id

source ·
pub trait Id: 'static + Debug + Copy + Eq + Ord + Hash + Send + Sync { }
Expand description

A group of traits that must be implemented by kernel object ID types, including KernelBase::RawTaskId.

Implementors