pub fn to_value<T>(value: T, tag: impl Into<Tag>) -> Result<Value, Error>where T: Serialize,
Convert any value into a nu_protocol::Value
nu_protocol::Value