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