Node

Trait Node 

Source
pub trait Node {
    // Required method
    fn serialize(&self) -> String;
}
Available on crate features artemis and artemis-panmimisoft only.
Expand description

Artemis TXT script nodes

Required Methods§

Source

fn serialize(&self) -> String

Serialize the node to a string representation.

Implementors§