Type Definition rdftk_core::data_set::DataSetRef[][src]

type DataSetRef = Rc<RefCell<dyn DataSet>>;
Expand description

The reference type for a graph data set.