Docs.rs
nu-protocol-0.107.0
nu-protocol 0.107.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
brotli ^7.0
normal
optional
bytes ^1
normal
chrono ^0.4.34
normal
chrono-humanize ^0.2.3
normal
dirs ^5.0
normal
fancy-regex ^0.16
normal
heck ^0.5.0
normal
indexmap ^2.11
normal
log ^0.4
normal
lru ^0.12
normal
memchr ^2.7.4
normal
miette ^7.6
normal
nu-derive-value ^0.107.0
normal
nu-experimental ^0.107.0
normal
nu-glob ^0.107.0
normal
nu-path ^0.107.0
normal
nu-system ^0.107.0
normal
nu-utils ^0.107.0
normal
num-format ^0.4
normal
os_pipe ^1.2
normal
optional
rmp-serde ^1.3
normal
optional
serde ^1.0
normal
serde_json ^1.0.97
normal
strum ^0.26
normal
strum_macros ^0.26
normal
thiserror ^2.0.12
normal
typetag ^0.2
normal
web-time ^1.1.0
normal
nu-test-support ^0.107.0
dev
nu-utils ^0.107.0
dev
os_pipe ^1.2
dev
pretty_assertions ^1.4
dev
rstest ^0.23
dev
serde_json ^1.0.97
dev
tempfile ^3.21
dev
nix ^0.29
normal
dirs-sys ^0.4
normal
windows ^0.56
normal
windows-sys ^0.48
normal
Versions
30.65%
of the crate is documented
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
GetSpan
nu_
protocol
0.107.0
GetSpan
Required Methods
get_span
Implementors
In nu_
protocol::
span
nu_protocol
::
span
Trait
GetSpan
Copy item path
Source
pub trait GetSpan { // Required method fn
get_span
(&self, span_id:
SpanId
) ->
Span
; }
Required Methods
§
Source
fn
get_span
(&self, span_id:
SpanId
) ->
Span
Implementors
§
Source
§
impl
GetSpan
for &
EngineState
Source
§
impl<'a>
GetSpan
for &'a
StateWorkingSet
<'a>