Module extendr_api::robj::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ยง