[][src]Trait lang_extension::fmt::ToDebugString

pub trait ToDebugString {
    fn to_debug_string(&self) -> String;
}

Required methods

fn to_debug_string(&self) -> String

Loading content...

Implementors

impl<T: ?Sized + Debug> ToDebugString for T[src]

Loading content...