pub trait Lookup {
// Required method
fn lookup(&self, name: &str) -> Option<Value>;
}Expand description
Name resolution for comprehension sources and predicates: what a
{name} placeholder or a bare identifier reads. The interpreter
kernel is one; a Layered view puts a tuple’s bindings in front of
another, so opening a traversal needs no kernel of the engine that
opens it (engine parity, step 8).
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".