Struct escargot::CargoError[][src]

pub struct CargoError { /* fields omitted */ }

Cargo command failure information.

Methods

impl CargoError
[src]

For programmatically processing failures.

Trait Implementations

impl Debug for CargoError
[src]

Formats the value using the given formatter. Read more

impl Error for CargoError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for CargoError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CargoError

impl Sync for CargoError