pub trait IDisplayHelp_Impl: Sized {
    // Required method
    fn ShowTopic(&self, pszhelptopic: &PCWSTR) -> Result<()>;
}

Required Methods§

fn ShowTopic(&self, pszhelptopic: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§