Type Definition worker_plus::Var
source · pub type Var = StringBinding;Expand description
A string value representing a binding to an environment variable in a Worker.
pub type Var = StringBinding;A string value representing a binding to an environment variable in a Worker.