pub trait IDWriteFontDownloadListener_Impl: Sized {
    // Required method
    fn DownloadCompleted(
        &self,
        downloadqueue: Option<&IDWriteFontDownloadQueue>,
        context: Option<&IUnknown>,
        downloadresult: HRESULT
    );
}

Required Methods§

fn DownloadCompleted( &self, downloadqueue: Option<&IDWriteFontDownloadQueue>, context: Option<&IUnknown>, downloadresult: HRESULT )

Object Safety§

This trait is not object safe.

Implementors§