Trait piet::Image

source ·
pub trait Image: Clone {
    fn size(&self) -> Size;
}
Expand description

A trait for a backend’s bitmap image type.

This is cheaply clonable.

Required Methods§

source

fn size(&self) -> Size

The size of the image

Implementors§