Module try_from_robj

Source
Expand description

There are various ways an Robj may be converted into different types T.

This module defines these conversions on &Robj. Due to internal reference counting measure of ownership-module, it is cheaper to copy &Robj, than copying Robj, as the latter will incur an increase in reference counting.

Macros§

impl_try_from_robj 🔒
impl_try_from_robj_for_arrays 🔒
impl_try_from_scalar_integer 🔒
impl_try_from_scalar_real 🔒