Display

Trait Display 

Source
pub trait Display {
    // Required method
    fn evcxr_display(&self);
}

Required Methods§

Source

fn evcxr_display(&self)

Implementation should emit a representation of itself in one or mime types using the functions below.

Implementors§