Type Alias zng_var::ReadOnlyContextVar

source ·
pub type ReadOnlyContextVar<T> = ReadOnlyVar<T, ContextVar<T>>;
Expand description

Context var that is always read-only, even if it is representing a read-write var.

Aliased Type§

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