Docs.rs
insta-cmd-0.6.0
insta-cmd 0.6.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mitsuhiko
max-sixty
Dependencies
insta ^1.29.0
normal
serde ^1.0.139
normal
serde_json ^1.0.82
normal
Versions
88.89%
of the crate is documented
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
Spawn
insta_
cmd
0.6.0
Spawn
Implementations on Foreign Types
&'a [T]
Vec<T>
[T; N]
Implementors
In crate insta_
cmd
Macros
assert_cmd_snapshot
Structs
Command
StdinCommand
Traits
Spawn
SpawnExt
Functions
get_cargo_bin
get_cargo_example
insta_cmd
Trait
Spawn
Copy item path
Settings
Help
Summary
Source
pub trait Spawn { }
Expand description
Implemented by different types that can be spawned and snapshotted.
Implementations on Foreign Types
§
Source
§
impl<'a, T:
AsRef
<
OsStr
>>
Spawn
for &'a
[T]
Source
§
impl<T:
AsRef
<
OsStr
>>
Spawn
for
Vec
<T>
Source
§
impl<T:
AsRef
<
OsStr
>, const N:
usize
>
Spawn
for
[T; N]
Implementors
§
Source
§
impl
Spawn
for
Command
Source
§
impl
Spawn
for
StdinCommand
Source
§
impl<'a>
Spawn
for &'a mut
Command