QueueId

Type Alias QueueId 

Source
pub type QueueId = Id<Queue>;

Aliased Type§

#[repr(transparent)]
pub struct QueueId(RawId, PhantomData<Queue>);

Tuple Fields§

§0: RawId§1: PhantomData<Queue>