Function kfl::decode

source ·
pub fn decode<T>(file_name: &str, text: &str) -> Result<T, Error>where
    T: Decode<Span>,
Expand description

Parse KDL text and decode it into Rust object