In Rust, how can I unittest a struct in isolation from any structs it depends on?
Im still fairly new to Rust and coming from almost exclusively Python development. Ive been trying to find a solution to this problem for a while now but Im also considering that I am approaching the problem in a way thats trying to be too python to work in Rust.