pub trait ITipAutoCompleteProvider_Impl: Sized {
    // Required methods
    fn UpdatePendingText(&self, bstrpendingtext: &BSTR) -> Result<()>;
    fn Show(&self, fshow: BOOL) -> Result<()>;
}

Required Methods§

fn UpdatePendingText(&self, bstrpendingtext: &BSTR) -> Result<()>

fn Show(&self, fshow: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§