tustvold commented on issue #1948:
URL: https://github.com/apache/arrow-rs/issues/1948#issuecomment-1171264848

   > as long as it is only used by methods that have an explicit where Self: 
Sized bound.
   
   Unfortunately this would require you to specify the associated type as part 
of constructing the trait object, i.e. `Box<dyn Array<Item = Foo>>`.
   
   That being said, having a separate `ArrayAccessor` trait makes a lot of 
sense to me


-- 
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