pub fn parse<T>(file_name: &str, text: &str) -> Result<T, Error>where T: DecodeChildren<Span>,
Parse KDL text and decode Rust object