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