Trait show_image::AsImageView[][src]

pub trait AsImageView {
    fn as_image_view(&self) -> Result<ImageView<'_>, ImageDataError>;
}
Expand description

Trait for borrowing image data from a struct.

Required methods

Get an image view for the object.

Implementations on Foreign Types

Implementors