extendr_
api
0.7.1
KeyValue
Required Methods
key
value
Implementations on Foreign Types
(T, Robj)
Implementors
In extendr_
api::
wrapper::
list
extendr_api
::
wrapper
::
list
Trait
KeyValue
Copy item path
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
§