pub trait IVersus_DownloadHistory_CheckDataMethods: IVersus_DownloadHistory_CheckData {
// Provided methods
fn reset(self) { ... }
fn is_downloaded(self) -> bool { ... }
fn get_elapsed_time(self) -> i64 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn is_downloaded(self) -> bool
fn is_downloaded(self) -> bool
IsDownloaded() overload
Sourcefn get_elapsed_time(self) -> i64
fn get_elapsed_time(self) -> i64
GetElapsedTime() overload
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.
Implementors§
impl<__T: IVersus_DownloadHistory_CheckData> IVersus_DownloadHistory_CheckDataMethods for __T
Available on crate feature
app-versus only.