Skip to main content

bind_root

Function bind_root 

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

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