use crate::;
/// Wrapper for errors resulting from [TripleStoreExtend::extend()]
/// A trait for extending a [TripleStore] with elements from another [TripleStore].
///
/// Inserts all nodes and edges from `other` into this [TripleStore], replacing existing property data if present.