extendr_
api
0.7.1
SymPair
Required Methods
sym_pair
Implementations on Foreign Types
&(S, R)
(S, R)
Implementors
In extendr_
api::
wrapper::
wrapper_
macros
extendr_api
::
wrapper
::
wrapper_macros
Trait
SymPair
Copy item path
Source
pub trait SymPair { // Required method fn
sym_pair
(self) -> (
Option
<
Robj
>,
Robj
); }
Required Methods
§
Source
fn
sym_pair
(self) -> (
Option
<
Robj
>,
Robj
)
Implementations on Foreign Types
§
Source
§
impl<S, R>
SymPair
for &
(S, R)
where S:
AsRef
<
str
>, R:
Into
<
Robj
> +
Clone
,
Source
§
fn
sym_pair
(self) -> (
Option
<
Robj
>,
Robj
)
Source
§
impl<S, R>
SymPair
for
(S, R)
where S:
AsRef
<
str
>, R:
Into
<
Robj
>,
Source
§
fn
sym_pair
(self) -> (
Option
<
Robj
>,
Robj
)
Implementors
§