How to travers a Linked List in Rust?
I started coding a Linked List in rust just for practice and to learn about ownership and borrowing but I have encountered a problem in the pop_back function when I am trying to update the current pointer. Any ideas?