Function cel_interpreter::to_value

source ·
pub fn to_value<T>(value: T) -> Result<Value, SerializationError>
where T: Serialize,