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