Trait IUpdate5_Impl
pub trait IUpdate5_Impl: IUpdate4_Impl {
// Required methods
fn AutoSelection(&self) -> Result<AutoSelectionMode>;
fn AutoDownload(&self) -> Result<AutoDownloadMode>;
}
Required Methods§
fn AutoSelection(&self) -> Result<AutoSelectionMode>
fn AutoDownload(&self) -> Result<AutoDownloadMode>
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.