pub trait IPrintTaskSettingsActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn Configuration(&self) -> Result<PrintTaskConfiguration>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§