pub fn bind_root<T>(config: &Value) -> Twhere
T: for<'de> Deserialize<'de> + Default,Expand description
Bind the entire config JSON to a type (for root-level deserialization).
pub fn bind_root<T>(config: &Value) -> Twhere
T: for<'de> Deserialize<'de> + Default,Bind the entire config JSON to a type (for root-level deserialization).