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