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