ImageVar

Type Alias ImageVar 

Source
pub type ImageVar = Var<Img>;
Expand description

Represents an Img tracked by the IMAGES cache.

The variable updates when the image updates.

Aliased Typeยง

pub struct ImageVar { /* private fields */ }