Add Destruct macro and trait for automatically acessing struct fields

This commit is contained in:
Dennis Kobert
2025-04-14 08:15:26 +02:00
parent 0531769c41
commit 2e97e81290
6 changed files with 126 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ pub(super) fn post_process_nodes(custom: Vec<DocumentNodeDefinition>) -> HashMap
description,
properties,
context_features,
output_fields: _,
} = metadata;
let Some(implementations) = &node_registry.get(id) else { continue };