1 2 3 4 5
impl std::fmt::Debug for {{ wrapper_name }} { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { write!(f, "{{ wrapper_name }}") } }