[][src]Trait evcxr_image::ImageDisplay

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

Required methods

pub fn evcxr_display(&self)[src]

Loading content...

Implementations on Foreign Types

impl<P: Pixel<Subpixel = u8> + 'static, C> ImageDisplay for ImageBuffer<P, C> where
    C: Deref<Target = [P::Subpixel]>, 
[src]

Loading content...

Implementors

Loading content...