[][src]Macro topo::env

macro_rules! env {
    ($($env_item_ty:ty => $env_item:expr,)*) => { ... };
}

Declare additional environment values to expose to a child topological function's call tree.