Project
toasty_
sql
0.1.0
Project
Required Methods
project
Implementors
In toasty_
sql::
stmt
toasty_sql
::
stmt
Trait
Project
Copy item path
pub trait Project { // Required method fn
project
(self, projection: &
Projection
) ->
Option
<
Expr
>; }
Required Methods
§
fn
project
(self, projection: &
Projection
) ->
Option
<
Expr
>
Implementors
§
§
impl
Project
for &&
Expr
§
impl
Project
for &&
Value
§
impl
Project
for &
Expr
§
impl
Project
for &
Value
§
impl
Project
for
Expr
§
impl
Project
for
Value