Docs.rs
embed-nu-0.9.1
embed-nu 0.9.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Trivernis
Dependencies
miette ^7.1.0
normal
nu-cmd-lang ^0.90.1
normal
nu-command ^0.90.1
normal
nu-engine ^0.90.1
normal
nu-parser ^0.90.1
normal
nu-protocol ^0.90.1
normal
paste ^1.0.14
normal
rusty-value ^0.6.0
normal
thiserror ^1.0.57
normal
Versions
25%
of the crate is documented
Platform
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
embed_nu
0.9.1
NewEmpty
Required Methods
empty
Implementations on Foreign Types
Span
Object Safety
Implementors
In crate embed_nu
?
Trait
embed_nu
::
NewEmpty
source
·
[
−
]
pub trait NewEmpty { // Required method fn
empty
() -> Self; }
Required Methods
§
source
fn
empty
() -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
NewEmpty
for
Span
source
§
fn
empty
() -> Self
Implementors
§