Skip to main content

DebugInfoDisplay

Trait DebugInfoDisplay 

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

Required Methods§

Source

fn to_string(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§