1pub struct Method { 2 pub name: String, 3 // pub arguments: Vec<Argument>, 4 // pub return_type: Type, 5}