Trait aegir::Contains

source ·
pub trait Contains<T: Identifier>: Node {
    fn contains(&self, ident: T) -> bool;
}
Expand description

Trait for operator Nodes that can assert their symbolic contents.

Required Methods§

Returns true if the identifier is present in the expression.

Implementors§