use derive_tools::IndexMut; #[ derive( IndexMut ) ] struct EmptyStruct { } fn main() { }