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