wyatt-herkamp commented on code in PR #526:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/526#discussion_r2483811152


##########
src/lib.rs:
##########
@@ -1098,6 +1098,106 @@ macro_rules! as_ref_impl {
 as_ref_impl!(Arc<dyn ObjectStore>);
 as_ref_impl!(Box<dyn ObjectStore>);
 
+macro_rules! as_ref_generic_impl {

Review Comment:
   Ok `T: ObjectStore` doesn't cover `Box<dyn ObjectStore>` but `T: ObjectStore 
+ ?Sized` does. 
   The same applies to `Arc<T>`



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