convert_result_to_value

Function convert_result_to_value 

Source
pub fn convert_result_to_value<T>(result: T) -> Result<Arc<Value>>
where T: Into<Value>,
Expand description

Convert any T: Into<Value> to Arc<Value>.