Subscribe
Sign in
Exploring Rust
Implementing the Deref Trait
John Purcell
Apr 29
Box implements the deref trait, enabling Box variables to behave like references. Here's how.
Listen →
Comments
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts
Implementing the Deref Trait
Box implements the deref trait, enabling Box variables to behave like references. Here's how.