pub trait ISnapinHelp_Impl: Sized {
    // Required method
    fn GetHelpTopic(&self) -> Result<PWSTR>;
}

Required Methods§

fn GetHelpTopic(&self) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§