pub type GlyphKeyStorage = Storage<GlyphKey>;

Aliased Type§

struct GlyphKeyStorage {
    data: Vec<GlyphKey>,
}

Fields§

§data: Vec<GlyphKey>