Trait DebugString

Source
pub trait DebugString {
    // Required method
    fn debug_string(&self) -> String;
}

Required Methods§

Implementors§

Source§

impl<T: Debug> DebugString for T