Skip to main content

ConstEval

Trait ConstEval 

Source
pub trait ConstEval {
    // Provided method
    fn const_eval(&self) -> Option<i128> { ... }
}

Provided Methods§

Implementations on Foreign Types§

Source§

impl ConstEval for Expr

Source§

impl ConstEval for Literal

Source§

impl<T: ConstEval + Annotation> ConstEval for At<T>

Implementors§