Function rustdb::util::new[][src]

pub fn new<T>(x: T) -> Rc<RefCell<T>>
Expand description

Wrap a type in Rc + RefCell.