pub trait Node { // Required method fn serialize(&self) -> String; }
artemis
artemis-panmimisoft
Artemis TXT script nodes
Serialize the node to a string representation.