KeyValue
extendr_
api
0.8.0
KeyValue
Required Methods
key
value
Implementations on Foreign Types
(T, Robj)
Implementors
In extendr_
api::
wrapper::
list
Structs
FromList
List
ListIter
Traits
KeyValue
extendr_api
::
wrapper
::
list
Trait
KeyValue
Copy item path
Settings
Help
Summary
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
§