1use crate::name::Path; 2 3#[derive(Debug)] 4pub struct ModuleNamespace { 5 pub namespace: Path, 6 pub base_namespace: Path, 7 pub file: String, 8}