Struct cargo::ops::DefaultExecutor [] [src]

pub struct DefaultExecutor;

A DefaultExecutor calls rustc without doing anything else. It is Cargo's default behaviour.

Trait Implementations

impl Copy for DefaultExecutor
[src]

impl Clone for DefaultExecutor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Executor for DefaultExecutor
[src]

If execution succeeds, the ContinueBuild value indicates whether Cargo should continue with the build process for this package. Read more