WorkerId

Type Alias WorkerId 

Source
pub type WorkerId = TypedId<{ _ }, u32>;

Aliased Type§

#[repr(transparent)]
pub struct WorkerId(pub(crate) u32);

Tuple Fields§

§0: u32

Trait Implementations§