Closed kylebarron closed 4 weeks ago
I thought this was going to be easy after the last PR, except it's not because this BoxStream returned from list doesn't use the 'static lifetime.
BoxStream
list
'static
I asked on discord if there's anything I can do to get around this lifetime issue.
superseded by https://github.com/developmentseed/object-store-rs/pull/35
I thought this was going to be easy after the last PR, except it's not because this
BoxStream
returned fromlist
doesn't use the'static
lifetime.