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