Expand description

pub mod shape_tree; is declaring a public module named shape_tree to work with Shape Trees in the context of Knowledge graph validation.

Structs

  • The ShapeTree struct contains a vector of ShapeTreeItem objects.

Type Definitions