Trait docs::ast::Nodetrait

source ·
pub trait Nodetrait {
    // Required methods
    fn literal(&self) -> String;
    fn to_str(&self) -> String;
    fn to_node(self) -> Node;
}

Required Methods§

source

fn literal(&self) -> String

source

fn to_str(&self) -> String

source

fn to_node(self) -> Node

Implementors§