Docs.rs
extendr-api-0.6.0
extendr-api 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
andy-thomason
clauswilke
yutannihilation
multimeric
CGMossa
Ilia-Kosenkov
Dependencies
either ^1.8.1
normal
extendr-macros ^0.6.0
normal
libR-sys ^0.6.0
normal
libc ^0.2
normal
ndarray ^0.15.3
normal
num-complex ^0.4
normal
once_cell ^1
normal
paste ^1.0.5
normal
serde ^1.0
normal
extendr-engine ^0.6.0
dev
rstest ^0.18.1
dev
Versions
50.75%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
extendr_api
0.6.0
KeyValue
Required Methods
key
value
Implementations on Foreign Types
(T, Robj)
Implementors
In extendr_api::wrapper::list
?
Trait
extendr_api
::
wrapper
::
list
::
KeyValue
source
·
[
−
]
pub trait KeyValue { // Required methods fn
key
(&self) ->
String
;
fn
value
(self) ->
Robj
; }
Required Methods
§
source
fn
key
(&self) ->
String
source
fn
value
(self) ->
Robj
Implementations on Foreign Types
§
source
§
impl<T:
AsRef
<
str
>>
KeyValue
for (T,
Robj
)
source
§
fn
key
(&self) ->
String
source
§
fn
value
(self) ->
Robj
Implementors
§