pub trait Display {
// Required method
fn evcxr_display(&self);
}Required Methods§
Sourcefn evcxr_display(&self)
fn evcxr_display(&self)
Implementation should emit a representation of itself in one or mime types using the functions below.