pub fn bind_config<T: for<'de> Deserialize<'de> + Default>(
config: &Value,
section: &str,
) -> TExpand description
Bind a section of the config JSON to a deserializable type.
pub fn bind_config<T: for<'de> Deserialize<'de> + Default>(
config: &Value,
section: &str,
) -> TBind a section of the config JSON to a deserializable type.