type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
Aliased Typeยง
struct ProgramCache { /* private fields */ }
type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
struct ProgramCache { /* private fields */ }