Skip to main content

MaskCacheCell

Type Alias MaskCacheCell 

Source
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 */ }