IntoProjectionClause

Trait IntoProjectionClause 

Source
pub trait IntoProjectionClause {
    // Required method
    fn into_projection_clause(
        self,
        config: &dyn CypherConfiguration,
    ) -> ProjectionClause;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoProjectionClause for Vec<Expression>

Implementors§