Docs.rs
embed-nu-0.2.3
embed-nu 0.2.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Trivernis
Dependencies
nu-command ^0.69.1
normal
nu-engine ^0.69.1
normal
nu-parser ^0.69.1
normal
nu-protocol ^0.69.1
normal
paste ^1.0.9
normal
rusty-value ^0.4.1
normal
thiserror ^1.0.37
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
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
☰
RustyValue
Required Methods
into_rusty_value
Implementations on Foreign Types
HashMap<H, R, RandomState>
Option<T>
PathBuf
Vec<R, Global>
f32
f64
Implementors
In embed_nu
?
Trait
embed_nu
::
RustyValue
source
·
[
−
]
pub trait RustyValue { fn
into_rusty_value
(self) ->
Value
; }
Required Methods
source
fn
into_rusty_value
(self) ->
Value
Implementations on Foreign Types
source
impl<R, H>
RustyValue
for
HashMap
<H, R,
RandomState
>
where
R:
RustyValue
,
H:
HashableRustyValue
,
source
fn
into_rusty_value
(self) ->
Value
source
impl<R>
RustyValue
for
Vec
<R,
Global
>
where
R:
RustyValue
,
source
fn
into_rusty_value
(self) ->
Value
source
impl
RustyValue
for
PathBuf
source
fn
into_rusty_value
(self) ->
Value
source
impl<T>
RustyValue
for
Option
<T>
where
T:
RustyValue
,
source
fn
into_rusty_value
(self) ->
Value
source
impl
RustyValue
for
f32
source
fn
into_rusty_value
(self) ->
Value
source
impl
RustyValue
for
f64
source
fn
into_rusty_value
(self) ->
Value
Implementors
source
impl
RustyValue
for
HashableValue
source
impl<H>
RustyValue
for H
where
H:
HashableRustyValue
,