Skip to main content

IFontCacheNotify_Impl

Trait IFontCacheNotify_Impl 

Source
pub trait IFontCacheNotify_Impl: IUnknownImpl {
    // Required methods
    fn OnPreFontChange(&self) -> Result<(), Error>;
    fn OnPostFontChange(&self) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§