1. 8
    Reference Types in Rust
    3m 40s

Reference Types in Rust

InstructorPascal Precht

Share this video with your friends

Send Tweet

Learn how to create references in Rust using the borrow-operator & and when they are useful.

For a more thorough explanation of references and their characteristics, check out this blog post: https://blog.thoughtram.io/references-in-rust/