Type Alias parse_js::ast::Node

source ·
pub type Node<'a> = &'a mut NodeData<'a>;

Trait Implementations§

source§

impl<'a> Debug for Node<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more