Skip to main content

bind_root

Function bind_root 

Source
pub fn bind_root<T>(config: &Value) -> T
where T: for<'de> Deserialize<'de> + Default,
Expand description

Bind the entire config JSON to a type (for root-level deserialization).