pub trait FallbackGroupExt {
    // Required method
    fn to_generic_font_family(&self) -> Option<GenericFontFamily>;
}
Expand description

Extensions for FallbackGroup.

Required Methods§

Implementations on Foreign Types§

source§

impl FallbackGroupExt for FallbackGroup

Implementors§