Closed vv9k closed 3 years ago
I made the argument of Image::import generic so that it's nicer to call.
Closes: #249
Tested example import that uses this method and confirmed that it correctly import images from a tarball.
import
It doesn't seem to be a breaking change or anything. Perhaps a note that this function is now generic over Read + Send + 'a
Read + Send + 'a
What did you implement:
I made the argument of Image::import generic so that it's nicer to call.
Closes: #249
How did you verify your change:
Tested example
import
that uses this method and confirmed that it correctly import images from a tarball.What (if anything) would need to be called out in the CHANGELOG for the next release:
It doesn't seem to be a breaking change or anything. Perhaps a note that this function is now generic over
Read + Send + 'a