Skip to main content
ConstEval
cl_
typeck
0.11.0
Const
Eval
Provided Methods
const_eval
Implementations on Foreign Types
At<T>
Expr
Literal
Implementors
In cl_
typeck::
consteval
cl_typeck
::
consteval
Trait
Const
Eval
Copy item path
Source
pub trait ConstEval { // Provided method fn
const_eval
(&self) ->
Option
<
i128
> { ... } }
Provided Methods
§
Source
fn
const_eval
(&self) ->
Option
<
i128
>
Implementations on Foreign Types
§
Source
§
impl
ConstEval
for
Expr
Source
§
fn
const_eval
(&self) ->
Option
<
i128
>
Source
§
impl
ConstEval
for
Literal
Source
§
fn
const_eval
(&self) ->
Option
<
i128
>
Source
§
impl<T:
ConstEval
+
Annotation
>
ConstEval
for
At
<T>
Source
§
fn
const_eval
(&self) ->
Option
<
i128
>
Implementors
§