Type Alias hini_convert::formats::Encoder

source ·
pub type Encoder = fn(root: Rc<RefCell<Node>>) -> String;
Expand description

Function that transforms a hini tree into a string in some format. Can’t fail.