Docs.rs
nu-protocol-0.67.0
nu-protocol 0.67.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
byte-unit ^4.0.9
normal
chrono ^0.4.21
normal
chrono-humanize ^0.2.1
normal
fancy-regex ^0.10.0
normal
indexmap ^1.7
normal
miette ^5.1.0
normal
nu-json ^0.67.0
normal
nu-path ^0.67.0
normal
nu-utils ^0.67.0
normal
num-format ^0.4.0
normal
serde ^1.0.130
normal
serde_json ^1.0
normal
sys-locale ^0.2.0
normal
thiserror ^1.0.31
normal
typetag ^0.1.8
normal
serde_json ^1.0
dev
Versions
27.78%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
IntoPipelineData
Required Methods
into_pipeline_data
Implementors
In nu_protocol
?
Trait
nu_protocol
::
IntoPipelineData
source
·
[
−
]
pub trait IntoPipelineData { fn
into_pipeline_data
(self) ->
PipelineData
; }
Required Methods
source
fn
into_pipeline_data
(self) ->
PipelineData
Implementors
source
impl<V>
IntoPipelineData
for V
where
V:
Into
<
Value
>,