pub struct Node { } impl Node { pub fn new() -> Node { return Node{}; } }