Skip to main content

STYLE_REGISTRY

Static STYLE_REGISTRY 

Source
pub static STYLE_REGISTRY: OnceLock<RwLock<StyleRegistry>>
Expand description

Global registry for all scoped styles. Uses OnceLock (Rust 1.70+) instead of lazy_static for better performance. RwLock allows concurrent reads which is the common case for inject_styles().