Open ttheglock opened 4 months ago
Sorry for the delay here. Is your scheme.write()
framework method taking a trait object? If so, are you specifying a lifetime different from 'static?
For instance, these two examples modified from your code (take note of the 'a on the dyn of test()
):
I'm trying to create a program which will, with a given zip file, read and extract files in it using the
stream
method, and I get a few errors.Working with v0.0.17
Part of code below
I get these errors :
I was wondering if there was something blocking with next_with_entry(mut self), which does not take a reference for example ?