Skip to main content

runtime_value_from_value

Function runtime_value_from_value 

Source
pub fn runtime_value_from_value<T>(value: &Value) -> Option<T>
Expand description

Reconstruct one typed runtime value without naming its decode trait at the call site.