Trait texlang_font::HasFontRepo
source · pub trait HasFontRepo {
type FontRepo: FontRepo;
// Required method
fn font_repo_mut(&mut self) -> &mut Self::FontRepo;
}
pub trait HasFontRepo {
type FontRepo: FontRepo;
// Required method
fn font_repo_mut(&mut self) -> &mut Self::FontRepo;
}