Docs.rs
  • cargo-quickinstall-0.2.9
    • cargo-quickinstall 0.2.9
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alsuren
    • NobodyXu
    • Dependencies
      • guess_host_triple ^0.1.3 normal
      • home ^0.5.4 normal
      • pico-args ^0.5.0 normal
      • tempfile ^3.4.0 normal
      • tinyjson ^2 normal
      • mktemp ^0.5.0 dev
    • Versions
    • 5.71% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

CommandExt

Required Methods

  • formattable
  • output_checked_status
  • spawn_with_cmd

Implementations on Foreign Types

  • Command

Implementors

In cargo_quickinstall

?
Change settings

Trait cargo_quickinstall::CommandExt

source ·
pub trait CommandExt {
    // Required methods
    fn formattable(&self) -> CommandFormattable<'_>;
    fn output_checked_status(&mut self) -> Result<Output, InstallError>;
    fn spawn_with_cmd(self) -> Result<ChildWithCommand, InstallError>;
}

Required Methods§

source

fn formattable(&self) -> CommandFormattable<'_>

source

fn output_checked_status(&mut self) -> Result<Output, InstallError>

source

fn spawn_with_cmd(self) -> Result<ChildWithCommand, InstallError>

Implementations on Foreign Types§

source§

impl CommandExt for Command

source§

fn formattable(&self) -> CommandFormattable<'_>

source§

fn output_checked_status(&mut self) -> Result<Output, InstallError>

source§

fn spawn_with_cmd(self) -> Result<ChildWithCommand, InstallError>

Implementors§