Hacker News new | ask | show | jobs
by catnaroek 3737 days ago
In Rust, moving isn't a trait. It's the default, non-overridable behavior of assignment and argument passing. And everything is movable.