Trait Node

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

Kirikiri Script Node Trait

Required Methods§

Source

fn serialize(&self) -> String

Serializes the node to ks format

Implementors§