pub type TargetId = Id;
A type alias to the identifier type for a engaged target.
#[repr(transparent)]pub struct TargetId(pub NonZero<u32>);
0: NonZero<u32>