This simplified example seems to work: use std::collections::HashMap; #[derive(Clone)] // we'll be cloning it later on struct Node<'a> ...
確定! 回上一頁