pub trait ISupportErrorInfo_Impl: Sized {
    // Required method
    fn InterfaceSupportsErrorInfo(&self, riid: *const GUID) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§