pub trait IPrintItemListOptionDetails_Impl: Sized + IPrintOptionDetails_Impl {
    // Required method
    fn Items(&self) -> Result<IVectorView<IInspectable>>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§