|
@@ -144,15 +144,12 @@ impl<O: CLIObject> InterfaceVerb<O> {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- println!("EP: {}", std::any::type_name::<EP>());
|
|
|
- // println!("EP: {}", std::any::
|
|
|
EP::Datum::accept_entity_visitor(self);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
impl<'l, IC: InterfaceCustomization, OE: Entity> EntityVisitor for RelationFinder<'l, IC, OE> {
|
|
|
fn visit<E: Entity>(&mut self) {
|
|
|
- println!("\trelationfinder visiting entity {}", E::entity_name());
|
|
|
*self.keys = collect_keys::<E, IC>(self.submatches, ValueRole::AttachmentTarget);
|
|
|
}
|
|
|
}
|