parse

Function parse 

Source
pub fn parse<T>(file_name: &str, text: &str) -> Result<T, Error>
where T: DecodeChildren<Span>,
Expand description

Parse KDL text and decode Rust object