Type Definition cargo::util::command_prelude::App [−][src]
type App = App<'static, 'static>;
Trait Implementations
impl AppExt for App
[src]
fn _arg(self, arg: Arg<'static, 'static>) -> Self
[src]
fn arg_package_spec(
self,
package: &'static str,
all: &'static str,
exclude: &'static str
) -> Self
[src]
self,
package: &'static str,
all: &'static str,
exclude: &'static str
) -> Self
fn arg_package_spec_simple(self, package: &'static str) -> Self
[src]
fn arg_package(self, package: &'static str) -> Self
[src]
fn arg_jobs(self) -> Self
[src]
fn arg_targets_all(
self,
lib: &'static str,
bin: &'static str,
bins: &'static str,
example: &'static str,
examples: &'static str,
test: &'static str,
tests: &'static str,
bench: &'static str,
benches: &'static str,
all: &'static str
) -> Self
[src]
self,
lib: &'static str,
bin: &'static str,
bins: &'static str,
example: &'static str,
examples: &'static str,
test: &'static str,
tests: &'static str,
bench: &'static str,
benches: &'static str,
all: &'static str
) -> Self
fn arg_targets_lib_bin(
self,
lib: &'static str,
bin: &'static str,
bins: &'static str
) -> Self
[src]
self,
lib: &'static str,
bin: &'static str,
bins: &'static str
) -> Self
fn arg_targets_bins_examples(
self,
bin: &'static str,
bins: &'static str,
example: &'static str,
examples: &'static str
) -> Self
[src]
self,
bin: &'static str,
bins: &'static str,
example: &'static str,
examples: &'static str
) -> Self
fn arg_targets_bin_example(
self,
bin: &'static str,
example: &'static str
) -> Self
[src]
self,
bin: &'static str,
example: &'static str
) -> Self