tremor_value::value

Function to_value

source
pub fn to_value<T>(value: T) -> Result<Value<'static>>
where T: Serialize,
Expand description

convert anything implementing Serialize into a Value using our own Serializer.

ยงErrors

if the given value cannot be serialized