pub trait IMapSequenceNet_ProcDownloadMethods: IMapSequenceNet_ProcDownload {
// Provided methods
fn download(self) { ... }
fn postdownload(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn postdownload(self)
fn postdownload(self)
Postdownload() 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: IMapSequenceNet_ProcDownload> IMapSequenceNet_ProcDownloadMethods for __T
Available on crate feature
app-mapsequencenet only.