(&mut self, value: Option<Vec<ast::FunctionArg>>)
| 578 | self |
| 579 | } |
| 580 | pub fn args(&mut self, value: Option<Vec<ast::FunctionArg>>) -> &mut Self { |
| 581 | self.args = value; |
| 582 | self |
| 583 | } |
| 584 | pub fn with_hints(&mut self, value: Vec<ast::Expr>) -> &mut Self { |
| 585 | self.with_hints = value; |
| 586 | self |
no outgoing calls