1 2 3 4 5
pub mod image; pub mod text; pub use self::image::Entity as Image; pub use self::text::Entity as Text;