pub trait IUpdate5_Impl: Sized + IUpdate4_Impl {
    // Required methods
    fn AutoSelection(&self) -> Result<AutoSelectionMode>;
    fn AutoDownload(&self) -> Result<AutoDownloadMode>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§