Trait evcxr_runtime::Display[][src]

pub trait Display {
    fn evcxr_display(&self);
}

Required Methods

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

Implementors