Add Container enum to handle both kinds of container (impl/trait)

This commit is contained in:
Florian Diebold 2019-04-14 11:15:11 +02:00
parent 7650a44640
commit 4497e1d3ea
4 changed files with 58 additions and 17 deletions

View file

@ -78,5 +78,5 @@ pub use self::code_model_api::{
Function, FnSignature,
StructField, FieldSource,
Static, Const, ConstSignature,
Trait, TypeAlias,
Trait, TypeAlias, Container,
};