^^ expected struct memory_rs::external::process::Process, found struct Process
= note: expected reference &memory_rs::external::process::Process
found reference &Process
= note: perhaps two different versions of crate memory_rs are being used?
For more information about this error, try rustc --explain E0308.
error: could not compile injector due to previous error
Hi, i have an error:
memory_rs::external::process::Process
, found structProcess
= note: expected reference
&memory_rs::external::process::Process
found reference&Process
= note: perhaps two different versions of cratememory_rs
are being used?For more information about this error, try
rustc --explain E0308
. error: could not compileinjector
due to previous errorHow i can fix it?