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