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