pub trait IntoImageList {
    fn into_image_list(self) -> Result<Vec<Image>>;
}
Expand description

Conversion to a list of images.

Required methods

Implementors