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.