pub trait IAssocHandlerInvoker_Impl: Sized {
    // Required methods
    fn SupportsSelection(&self) -> Result<()>;
    fn Invoke(&self) -> Result<()>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§