Pointer in Rust

What is a Pointer in rust

It can be understood as a address location of a space in memory that is being used by data in the heap.

References

[Official Rust Documentation]