jhorstmann commented on issue #1948: URL: https://github.com/apache/arrow-rs/issues/1948#issuecomment-1167372005
After reading https://doc.rust-lang.org/reference/items/traits.html#object-safety again this could also work as an associated type on `Array` itself, as long as it is only used by methods that have an explicit `where Self: Sized` bound. -- 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]
