Trait moore_svlog::IntoNodeEnvId[][src]

pub trait IntoNodeEnvId {
    fn env(self, env: ParamEnv) -> NodeEnvId;
}
Expand description

A helper trait to allow for easy wrapping of node IDs.

Required methods

Associate parameter bindings with this node.

Implementations on Foreign Types

Implementors