Trait DatabaseExt

Source
pub(crate) trait DatabaseExt {
    // Required methods
    fn load_font(&self, id: ID) -> Option<ResolvedFont>;
    fn has_char(&self, id: ID, c: char) -> bool;
}

Required Methods§

Source

fn load_font(&self, id: ID) -> Option<ResolvedFont>

Source

fn has_char(&self, id: ID, c: char) -> bool

Implementations on Foreign Types§

Source§

impl DatabaseExt for Database

Source§

fn load_font(&self, id: ID) -> Option<ResolvedFont>

Source§

fn has_char(&self, id: ID, c: char) -> bool

Implementors§