Skip to main content

TargetId

Type Alias TargetId 

Source
pub type TargetId = Id;
Expand description

A type alias to the identifier type for a engaged target.

Aliased Type§

#[repr(transparent)]
pub struct TargetId(pub NonZero<u32>);

Tuple Fields§

§0: NonZero<u32>