Closed AlyoshaVasilieva closed 2 years ago
I ran into an issue where I couldn't call into_inner().unwrap() on a BufWriter<Encoder<File>> because it needed Encoder to be Debug. So I've added Debug derive to types without it.
BufWriter<Encoder<File>>
Encoder
Debug
I ran into an issue where I couldn't call into_inner().unwrap() on a
BufWriter<Encoder<File>>
because it neededEncoder
to beDebug
. So I've added Debug derive to types without it.