| 13 | }; |
| 14 | |
| 15 | pub(in crate::module::std_lib) struct Entity { |
| 16 | _dependencies: ( |
| 17 | std_lib::graph::types::knowledge::entity::Entity, |
| 18 | std_lib::graph::types::ontology::Ontology, |
| 19 | ), |
| 20 | } |
| 21 | |
| 22 | impl<'heap> StandardLibraryModule<'heap> for Entity { |
| 23 | type Children = (); |
no outgoing calls