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

Required Methods

Implementations on Foreign Types

Implementors