Skip to main content

query_annotations_of

Function query_annotations_of 

Source
pub fn query_annotations_of<Extra, V>(
    classifier: &GraphClassifier<Extra, V>,
    q: &GraphQuery<V>,
    element: &Pattern<V>,
) -> Vec<Pattern<V>>
where V: GraphValue + Clone,
Expand description

Returns all containers of element that are classified as annotations.