Trait otter_base::misc::DebugExt[][src]

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

Required methods

fn to_debug(&self) -> String[src]

Implementors

impl<T: Debug> DebugExt<T> for T[src]

fn to_debug(&self) -> String[src]