Skip to main content

FontsGuard

Type Alias FontsGuard 

Source
pub type FontsGuard<'a, Font> = RwLockReadGuard<'a, Box<dyn FontsHolder<Font>>>;
Expand description

Read guard over the underlying font holder.

Aliased Typeยง

pub struct FontsGuard<'a, Font> { /* private fields */ }