extendr_api::robj::try_from_robj

Macro impl_try_from_robj

Source
macro_rules! impl_try_from_robj {
    () => { ... };
    (&mut [$type:ty], $($rest:tt)*) => { ... };
    ($type:ty, $($rest:tt)*) => { ... };
    (&mut [$type:ty]) => { ... };
    ($type:ty) => { ... };
}