[][src]Trait moore_svlog::IntoNodeEnvId

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

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

Required methods

fn env(self, env: ParamEnv) -> NodeEnvId

Associate parameter bindings with this node.

Loading content...

Implementations on Foreign Types

impl IntoNodeEnvId for NodeId[src]

Loading content...

Implementors

Loading content...