pub trait DebugInfoString {
    // Provided method
    fn debug_info_string(&self) -> String { ... }
}

Provided Methods§

Implementors§