BR03D

Results 3 comments of BR03D

The new DecodeError does not implement it either - why?

I was specifically referring to DecodeError. My application reads input from a TcpStream and in case of a DecodeError I want to attach that error to the return value (which...

That is a good suggestion. I will implement it like this for now. Still, if there is no reason for why it wouldnt be `Clone`, it should probably implement it.