Trait IHandlerInfo2_Impl
pub trait IHandlerInfo2_Impl: IHandlerInfo_Impl {
// Required method
fn GetApplicationId(&self) -> Result<PWSTR>;
}
Required Methods§
fn GetApplicationId(&self) -> Result<PWSTR>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.