Trait windows::Win32::UI::Shell::IShellLinkDual2_Impl
pub trait IShellLinkDual2_Impl: Sized + IShellLinkDual_Impl {
// Required method
fn Target(&self) -> Result<FolderItem>;
}
Required Methods§
fn Target(&self) -> Result<FolderItem>
Object Safety§
This trait is not object safe.