Trait cargo::util::errors::NetworkError [] [src]

pub trait NetworkError: CargoError {
    fn maybe_spurious(&self) -> bool;
}

Required Methods

fn maybe_spurious(&self) -> bool

Implementors