pub trait ITfFnLangProfileUtil_Impl: Sized + ITfFunction_Impl {
    // Required methods
    fn RegisterActiveProfiles(&self) -> Result<()>;
    fn IsProfileAvailableForLang(&self, langid: u16) -> Result<BOOL>;
}

Required Methods§

fn RegisterActiveProfiles(&self) -> Result<()>

fn IsProfileAvailableForLang(&self, langid: u16) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§