Trait FpmHost

Source
pub trait FpmHost: Sync {
    // Required methods
    fn global_cache_dir(&self) -> PathBuf;
    fn cache_dir_for(&self, id: &str) -> PathBuf;
    fn font_install_dir(&self) -> PathBuf;
    fn config(&self, id: String) -> Option<&Value>;
    fn version(&self) -> Version;
    fn user_agent(&self) -> String;
}

Required Methods§

Implementors§