Compiling binread v2.2.0
error[E0277]: the trait bound Arg: std::marker::Copy is not satisfied
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/binread-2.2.0/src/helpers.rs:59:8
59
T: BinRead,
^^^^^^^^^^^^^^^^^^^ the trait std::marker::Copy is not implemented for Arg
Avoids errors like this:
Arg: std::marker::Copy
is not satisfied --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/binread-2.2.0/src/helpers.rs:59:8std::marker::Copy
is not implemented forArg
BinRead