pub trait DebugRust { type DebugType: Debug; // Required method fn dbg_rust(self) -> Self::DebugType; }