Trait Node

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

Artemis TXT script nodes

Required Methods§

Source

fn serialize(&self) -> String

Serialize the node to a string representation.

Implementors§