Function kfl::encode

source ยท
pub fn encode<T>(file_name: &str, t: &T) -> Result<String, Error>
where T: Encode + Debug,
Expand description

Encode Rust object and print it into KDL text