pub trait IntoNodeEnvId { fn env(self, env: ParamEnv) -> NodeEnvId; }
A helper trait to allow for easy wrapping of node IDs.
Associate parameter bindings with this node.