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