Trait moore_svlog::resolver::ScopedNode[][src]

pub trait ScopedNode<'a>: AnyNode<'a> { }
Expand description

Marker trait for AST nodes that generate a scope.

Trait Implementations

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Implementors