pub type Encoder = fn(root: Rc<RefCell<Node>>) -> String;
Function that transforms a hini tree into a string in some format. Can’t fail.