News

Pointers that can only point to values allocated on the heap. Rust’s standard prelude supplies several types of heap-only pointers, including String, Box<T>, and Vec<T>.