1mod r#impl; 2mod r#struct; 3mod r#trait; 4mod r#type; 5 6pub use {r#struct::*, r#trait::*, r#type::*};