1 2 3 4 5 6 7 8 9
impl std::fmt::Debug for {{rust_full}} { #[inline] fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { f.debug_struct("{{rust_localalias}}"){{debug_fields}} .finish() } }