Type Alias worker::Var

source ·
pub type Var = StringBinding;
Expand description

A string value representing a binding to an environment variable in a Worker.

Aliased Type§

struct Var(/* private fields */);