Function rustdb::util::new

source · []
pub fn new<T>(x: T) -> Rc<RefCell<T>>
Expand description

Wrap a type in Rc + RefCell.