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

Implementors§