Type Alias zng_app::event::ReadOnlyCommandMetaVar
source · pub type ReadOnlyCommandMetaVar<T> = BoxedVar<T>;
Expand description
Read-only command metadata variable.
To convert a CommandMetaVar<T>
into this var call read_only
.
Aliased Type§
struct ReadOnlyCommandMetaVar<T>(/* private fields */);