Docs.rs
nu-test-support-0.100.0
nu-test-support 0.100.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
nu-glob ^0.100.0
normal
nu-path ^0.100.0
normal
nu-utils ^0.100.0
normal
num-format ^0.4
normal
tempfile ^3.13
normal
which ^6.0.0
normal
Versions
5.06%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nu_
test_
support
0.100.0
Executable
Required Methods
execute
Implementors
In nu_
test_
support::
playground::
nu_
process
nu_test_support
::
playground
::
nu_process
Trait
Executable
Copy item path
Source
pub trait Executable { // Required method fn
execute
(&mut self) ->
Result
<
Outcome
,
NuError
>; }
Required Methods
§
Source
fn
execute
(&mut self) ->
Result
<
Outcome
,
NuError
>
Implementors
§
Source
§
impl
Executable
for
Director