import triple_import_vec2::Vec2; struct Ship { position: Vec2, } impl Ship { pub fn foo(&self, vec: Vec2) {} }