pub fn decode<T>(file_name: &str, input: &str) -> Result<T, Error>where T: Decode,
Parse KDL text and decode it into Rust object