Type Alias ImageKey

Source
pub type ImageKey = PrimKey<Image>;

Aliased Type§

pub struct ImageKey {
    pub common: PrimKeyCommonData,
    pub kind: Image,
}

Fields§

§common: PrimKeyCommonData§kind: Image