Type Alias zng::image::ImageVar

source ·
pub type ImageVar = ReadOnlyVar<Img, ArcVar<Img>>;
Expand description

Represents an Img tracked by the IMAGES cache.

The variable updates when the image updates.

Aliased Type§

struct ImageVar(/* private fields */);