Closed fintelia closed 4 weeks ago
The BufRead trait bound changes should be non-breaking because it isn't possible to construct a AnimationDecoder without first calling WebPDecoder::new which already requires BufRead.
BufRead
AnimationDecoder
WebPDecoder::new
The
BufRead
trait bound changes should be non-breaking because it isn't possible to construct aAnimationDecoder
without first callingWebPDecoder::new
which already requiresBufRead
.