Trait IntoExprTarget
pub trait IntoExprTarget<'a, T = Schema> {
// Required method
fn into_expr_target(self, schema: &'a T) -> ExprTarget<'a>;
}pub trait IntoExprTarget<'a, T = Schema> {
// Required method
fn into_expr_target(self, schema: &'a T) -> ExprTarget<'a>;
}