pub trait IPrintCustomOptionDetails_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§