Skip to main content

VortexExprExt

Trait VortexExprExt 

Source
pub trait VortexExprExt {
    // Required method
    fn field_references(&self) -> HashSet<FieldName>;
}

Required Methods§

Source

fn field_references(&self) -> HashSet<FieldName>

Accumulate all field references from this expression and its children in a set

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§