I\'am implementing doubly linked list to learn rust. To get doubly linked list value, I would like to return reference to value.
If I just return value, I can