pub trait ParseLibrary: XNode { const LIBRARY: &'static str; }
A trait for nodes that can be placed in a library element.
The name of the library element. For example, the Geometry element has LIBRARY = "library_geometries", and the corresponding library type is Library<Geometry>.
Geometry
LIBRARY = "library_geometries"
Library
<Geometry>