owner
Concept
A core concept in Rust's memory management, where each piece of data has exactly one owner. When the owner goes out of scope, the data is automatically deallocated.
Mentioned in 1 video
A core concept in Rust's memory management, where each piece of data has exactly one owner. When the owner goes out of scope, the data is automatically deallocated.