Skip to main content

DownloadError

Type Alias DownloadError 

Source
pub type DownloadError = Box<dyn Error + Send + Sync>;
Expand description

Error type for Downloader trait (simple boxed error for now)

Aliased Typeยง

pub struct DownloadError(/* private fields */);