Trait IPrintCustomOptionDetails_Impl
pub trait IPrintCustomOptionDetails_Impl: IPrintOptionDetails_Impl {
// Required methods
fn SetDisplayName(&self, value: &HSTRING) -> Result<()>;
fn DisplayName(&self) -> Result<HSTRING>;
}
Required Methods§
fn SetDisplayName(&self, value: &HSTRING) -> Result<()>
fn DisplayName(&self) -> Result<HSTRING>
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.