☰
SymPair
Required Methods
sym_pair
Implementations on Foreign Types
&(S, R)
(S, R)
Implementors
In extendr_api::wrapper
?
Trait
extendr_api
::
wrapper
::
SymPair
source
·
[
−
]
pub trait SymPair { 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
>,
source
fn
sym_pair
(self) ->
(
Option
<
Robj
>,
Robj
)
source
impl<S, R>
SymPair
for &
(
S, R
)
where
S:
AsRef
<
str
>,
R:
Into
<
Robj
>,
R:
Clone
,
source
fn
sym_pair
(self) ->
(
Option
<
Robj
>,
Robj
)
Implementors