Type Definition cobble_core::error::DownloadResult

source ·
pub type DownloadResult<T> = Result<T, DownloadError>;
Expand description

Result with DownloadError as the error type.