Skip to main content

CheckAndDownloadInterface

Trait CheckAndDownloadInterface 

Source
pub trait CheckAndDownloadInterface<E>:
    CheckForAndDownloadOutputAndErrorOnline<E>
    + CheckBatchStatusOnline<E>
    + DownloadOutputFile<E>
    + DownloadErrorFile<E> { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§