pub trait IHandlerInfo2_Impl: Sized + IHandlerInfo_Impl {
    // Required method
    fn GetApplicationId(&self) -> Result<PWSTR>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§