Type Definition rdftk_core::model::statement::StatementRef[][src]

type StatementRef = Rc<dyn Statement>;
Expand description

The actual statement storage type, reference counted for memory management.