[go: up one dir, main page]

worker

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