Type Alias PipelineCacheId

Source
pub type PipelineCacheId = Id<PipelineCache>;

Aliased Type§

#[repr(transparent)]
pub struct PipelineCacheId(RawId, PhantomData<PipelineCache>);

Tuple Fields§

§0: RawId§1: PhantomData<PipelineCache>