extendr_api::wrapper::wrapper_macros

Trait SymPair

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§

impl<S, R> SymPair for (S, R)
where S: AsRef<str>, R: Into<Robj>,

Implementors§