rdettai commented on pull request #8819:
URL: https://github.com/apache/arrow/pull/8819#issuecomment-737382991
is
```
pub trait AsAny {
fn as_any(&self) -> &dyn Any;
}
impl<T: TableProvider + 'static> AsAny for T {
fn as_any(&self) -> &dyn Any {
self
}
}
```
more idiomatic?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]