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 */);
pub type Var = StringBinding;
A string value representing a binding to an environment variable in a Worker.
struct Var(/* private fields */);