标签: rust traits
我想实现一个提供[index]=操作的Rust结构。
[index]=
例如
foo[bar] = zot
foo需要在这里实施什么特质?它可能是std::ops的一些组合吗?
foo
std::ops