convert_value_to_type

Function convert_value_to_type 

Source
pub fn convert_value_to_type<T>(value: Arc<Value>) -> Result<T>
where T: ValueConverter,
Expand description

Convert a Value to T via ValueConverter.