Project

Trait Project 

Source
pub trait Project {
    // Required method
    fn project(self, projection: &Projection) -> Option<Expr>;
}

Required Methods§

Source

fn project(self, projection: &Projection) -> Option<Expr>

Implementors§