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