Trait rich_sdl2_image_rust::format::ImgChecker[][src]

pub trait ImgChecker {
    fn format(&self) -> Option<ImgFormat>;
}
Expand description

An extension for checking format of an image.

Required methods

Determines the format of the image file, or None if not supported.

Implementations on Foreign Types

Implementors