Trait windows::Win32::System::Com::IPersist_Impl

pub trait IPersist_Impl: Sized {
    // Required method
    fn GetClassID(&self) -> Result<GUID>;
}

Required Methods§

fn GetClassID(&self) -> Result<GUID>

Object Safety§

This trait is not object safe.

Implementors§