use std::collections::LinkedList; fn main() { // Doubly linked list containing 32-bit integers let list = LinkedList::::new(); }