Skip to the content.
Confusions in Rust
Feel free to bookmark this to keep an eye on my project updates
Confusions in Rust
Some concepts are easy confused in Rust. Thus we list it here.
trait object vs trait bound
trait object
function pointer vs closure
string slice vs string literal
Is string slice mutable?
auto deref and auto borrow
Box<dyn Error>