TripleStoreError

Trait TripleStoreError 

Source
pub trait TripleStoreError {
    type Error: Debug;
}
Expand description

A trait that encapsulates the error type used by other traits in the library.

Required Associated Types§

Implementors§

Source§

impl<Id: IdType, NodeProps: Property + Serialize + DeserializeOwned, EdgeProps: Property + Serialize + DeserializeOwned> TripleStoreError for SledTripleStore<Id, NodeProps, EdgeProps>

Source§

impl<Id: IdType, NodeProps: Property, EdgeProps: Property> TripleStoreError for MemTripleStore<Id, NodeProps, EdgeProps>