Skip to main content

DebugExt

Trait DebugExt 

Source
pub trait DebugExt<T>
where T: Debug,
{ // Required method fn to_debug(&self) -> String; }

Required Methods§

Source

fn to_debug(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> DebugExt<T> for T
where T: Debug,