Trait Graph

Source
pub trait Graph {
    type Resource;
}
Expand description

RDF graph.

Required Associated Types§

Implementors§