Type Alias TextCache

Source
pub type TextCache = LRUCache<SkParagraph, NodeId>;

Aliased Type§

pub struct TextCache {
    pub users: HashMap<NodeId, SmallVec<[u64; 2]>, FxBuildHasher>,
    /* private fields */
}

Fields§

§users: HashMap<NodeId, SmallVec<[u64; 2]>, FxBuildHasher>