1 | //! Utility types for working with the AST. |
---|---|
2 | |
3 | mod data; |
4 | mod generics; |
5 | |
6 | pub use self::data::*; |
7 | pub use self::generics::{GenericParam, GenericParamExt, Generics}; |
8 |
1 | //! Utility types for working with the AST. |
---|---|
2 | |
3 | mod data; |
4 | mod generics; |
5 | |
6 | pub use self::data::*; |
7 | pub use self::generics::{GenericParam, GenericParamExt, Generics}; |
8 |