Type Alias zng_var::ReadOnlyArcVar

source ·
pub type ReadOnlyArcVar<T> = ReadOnlyVar<T, ArcVar<T>>;
Expand description

Read-only ArcVar<T>.

Aliased Type§

struct ReadOnlyArcVar<T>(/* private fields */);