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