pub type ImageVar = ReadOnlyVar<Img, ArcVar<Img>>;
Represents an Img tracked by the IMAGES cache.
Img
IMAGES
The variable updates when the image updates.
struct ImageVar(/* private fields */);