我们在这里使用它是因为trait 对象只能存在于指针之后。 ... 在 Box<Fn() + Send + 'static> , Fn() + Send + 'static 是trait object类型。以后会是written Box<dyn (Fn() + ...
確定! 回上一頁