pub trait ToJson { // Required method fn to_json(&self) -> Value; }
A trait for converting values to Hjson
Converts the value of self to an instance of Hjson
self