Trait mz_expr::virtual_syntax::IR

source ·
pub trait IR: Sized {
    type Relation;
    type Scalar;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§