1use super::*; 2 3impl std::fmt::Debug for Module<'_> { 4 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { 5 f.debug_tuple("Module").field(&self.0).finish() 6 } 7}