| 829 | |
| 830 | #[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 831 | pub struct Values<T: AstInfo>(pub Vec<Vec<Expr<T>>>); |
| 832 | |
| 833 | impl<T: AstInfo> AstDisplay for Values<T> { |
| 834 | fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) { |
no outgoing calls
no test coverage detected