Skip to main content

App

Type Alias App 

Source
pub type App = App<'static, 'static>;

Aliased Type§

pub struct App {}

Trait Implementations§

Source§

impl AppExt for App

Source§

fn _arg(self, arg: Arg<'static, 'static>) -> Self

Source§

fn arg_package_spec( self, package: &'static str, all: &'static str, exclude: &'static str, ) -> Self

Source§

fn arg_package_spec_simple(self, package: &'static str) -> Self

Source§

fn arg_package(self, package: &'static str) -> Self

Source§

fn arg_jobs(self) -> Self

Source§

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

Source§

fn arg_targets_lib_bin( self, lib: &'static str, bin: &'static str, bins: &'static str, ) -> Self

Source§

fn arg_targets_bins_examples( self, bin: &'static str, bins: &'static str, example: &'static str, examples: &'static str, ) -> Self

Source§

fn arg_targets_bin_example( self, bin: &'static str, example: &'static str, ) -> Self

Source§

fn arg_features(self) -> Self

Source§

fn arg_release(self, release: &'static str) -> Self

Source§

fn arg_profile(self, profile: &'static str) -> Self

Source§

fn arg_doc(self, doc: &'static str) -> Self

Source§

fn arg_target_triple(self, target: &'static str) -> Self

Source§

fn arg_target_dir(self) -> Self

Source§

fn arg_manifest_path(self) -> Self

Source§

fn arg_message_format(self) -> Self

Source§

fn arg_build_plan(self) -> Self

Source§

fn arg_unit_graph(self) -> Self

Source§

fn arg_deps(self) -> Self

Source§

fn arg_deps_remote(self) -> Self

Source§

fn arg_new_opts(self) -> Self

Source§

fn arg_index(self) -> Self

Source§

fn arg_dry_run(self, dry_run: &'static str) -> Self