| 1038 | |
| 1039 | #[derive(Debug, Clone)] |
| 1040 | pub struct MatchMapping { |
| 1041 | pub node: Node, |
| 1042 | pub keys: Vec<Expression>, |
| 1043 | pub patterns: Vec<MatchPattern>, |
| 1044 | pub rest: Option<String>, |
| 1045 | } |
| 1046 | |
| 1047 | #[derive(Debug, Clone)] |
| 1048 | pub struct MatchClass { |
no outgoing calls
no test coverage detected