pub trait DebugExt<T: Debug> {
    fn to_debug(&self) -> String;
}

Required Methods

Implementors