FallbackGroupExt

Trait FallbackGroupExt 

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

Extensions for FallbackGroup.

Required Methods§

Source

fn to_generic_font_family(&self) -> Option<GenericFontFamily>

Implementations on Foreign Types§

Source§

impl FallbackGroupExt for FallbackGroup

Source§

fn to_generic_font_family(&self) -> Option<GenericFontFamily>

Implementors§