Type Definition bard::util::ImgCache

source ·
pub type ImgCache = Cache<PathBuf, (u32, u32)>;
Expand description

Cache of image dimensions.