Enum test_assets::TaError [] [src]

pub enum TaError {
    Io(Error),
    Curl(Error),
    DownloadFailed(u32),
    BadHashFormat,
}

Variants

Trait Implementations

impl Debug for TaError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for TaError
[src]

[src]

Performs the conversion.

impl From<Error> for TaError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TaError

impl Sync for TaError