You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There does not seem to be a public function to create an AmlName from parent + nameseg. This makes re-creating the AmlName for a nameseg during traverse into a chore.
The text was updated successfully, but these errors were encountered:
If I understand correctly, this would be AmlName::from_name_seg(foo).resolve(&parent)? which isn't too bad imo - if this is too verbose I'm happy for a new method to be contributed :)
There does not seem to be a public function to create an AmlName from parent + nameseg. This makes re-creating the AmlName for a nameseg during traverse into a chore.
The text was updated successfully, but these errors were encountered: