Function kfl::decode

source ยท
pub fn decode<T>(file_name: &str, input: &str) -> Result<T, Error>
where T: Decode,
Expand description

Parse KDL text and decode it into Rust object