Macro proto_pdk::host_env

source ·
macro_rules! host_env {
    ($name:literal, $value:expr) => { ... };
    ($name:literal) => { ... };
}
Expand description

Calls the get_env_var or set_env_var host function to manage environment variables on the host.