zng::image

Type Alias 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 */);