Docs.rs
nu-test-support-0.109.1
nu-test-support 0.109.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
nu-glob ^0.109.1
normal
nu-path ^0.109.1
normal
nu-utils ^0.109.1
normal
num-format ^0.4
normal
tempfile ^3.23
normal
which ^8.0.0
normal
Versions
3.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Executable
nu_
test_
support
0.109.1
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