| 466 | /// A name of a schema |
| 467 | #[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 468 | pub struct UnresolvedSchemaName(pub Vec<Ident>); |
| 469 | |
| 470 | impl AstDisplay for UnresolvedSchemaName { |
| 471 | fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) { |