Struct escargot::Cargo[][src]

pub struct Cargo { /* fields omitted */ }

Top-level command.

Methods

impl Cargo
[src]

Create a top-level command.

Manually pass an argument that is unsupported.

Caution: Passing in a sub-command or -- can throw off the API.

Run the build subcommand.

Run the test subcommand.

Trait Implementations

impl Debug for Cargo
[src]

Formats the value using the given formatter. Read more

impl Default for Cargo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Cargo

impl !Sync for Cargo