[][src]Trait moore_svlog::IntoNodeEnvId

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

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

Required methods

pub fn env(self, env: ParamEnv) -> NodeEnvId[src]

Associate parameter bindings with this node.

Loading content...

Implementations on Foreign Types

impl IntoNodeEnvId for NodeId[src]

Loading content...

Implementors

Loading content...