Searched defs:ModelT (Results 1 – 2 of 2) sorted by relevance
15 struct ModelT; struct16 impl Vehicle for ModelT { type Color = Black; } implementation17 impl Car for ModelT { } implementation
16 struct ModelT; struct17 impl Vehicle for ModelT { type Color = Black; } implementation18 impl Car for ModelT { } implementation