try_convert_to_expected_type

Function try_convert_to_expected_type 

Source
fn try_convert_to_expected_type<T>(
    value: T,
    expected_type: &ConcreteDataType,
) -> Result<Value, Error>
where T: Into<Value>,
Expand description

Helper function to try converting a value to an expected type