Trait windows::Win32::UI::TextServices::IInternalDocWrap_Impl

pub trait IInternalDocWrap_Impl: Sized {
    // Required method
    fn NotifyRevoke(&self) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§