alamb opened a new issue, #7955:
URL: https://github.com/apache/arrow-rs/issues/7955

   Should it also `impl FromIterator` so people can do:
   ```rust
   VariantPath::from_iter(["foo".into(), 0.into()])
   ```
   or
   ```rust
   ["foo".into(), 0.into()].into_iter().collect::<VariantPath>()
   ```
   
   _Originally posted by @scovich in 
https://github.com/apache/arrow-rs/pull/7942#discussion_r2213970123_
               


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to