1 2 3 4 5 6 7
pub mod application; pub mod infrastructure; pub mod shared_kernel; pub mod types { pub type SequenceNumber = u32; }