pub(crate) type MaskCacheCell = RefCell<MaskCache>;Expand description
Type alias for the RefCell-wrapped cache as stored on
crate::render::Renderer.
Aliased Typeยง
pub(crate) struct MaskCacheCell { /* private fields */ }pub(crate) type MaskCacheCell = RefCell<MaskCache>;Type alias for the RefCell-wrapped cache as stored on
crate::render::Renderer.
pub(crate) struct MaskCacheCell { /* private fields */ }