pub type ReadOnlyArcVar<T> = ReadOnlyVar<T, ArcVar<T>>;
Expand description
Read-only ArcVar<T>
.
Aliased Typeยง
struct ReadOnlyArcVar<T>(/* private fields */);
pub type ReadOnlyArcVar<T> = ReadOnlyVar<T, ArcVar<T>>;
Read-only ArcVar<T>
.
struct ReadOnlyArcVar<T>(/* private fields */);