zng_app::event

Type Alias 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 */);