Type Alias hini_convert::formats::Decoder
source · pub type Decoder = fn(data: &str) -> Result<Rc<RefCell<Node>>, String>;
Expand description
Function that transforms a string in some format into a hini tree. Reports errors as strings.