标签: rust
我遇到以下错误:
the trait `std::slice::SliceIndex<[Pokemon]>` is not implemented for `&usize`
我正在尝试使用从用户输入中解析出的大小来索引我的向量。