Type Alias Node

Source
pub type Node = Box<dyn NodeTrait>;

Aliased Typeยง

struct Node(/* private fields */);