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 */ }pub type FontsGuard<'a, Font> = RwLockReadGuard<'a, Box<dyn FontsHolder<Font>>>;Read guard over the underlying font holder.
pub struct FontsGuard<'a, Font> { /* private fields */ }