Type Definition rdftk_core::graph::GraphRef[][src]

type GraphRef = Rc<RefCell<dyn Graph>>;
Expand description

The reference type for a graph returned by a graph factory.