Type Definition codegen_cfg::ast::Expr

source ·
pub type Expr = Expr<Pred>;

Trait Implementations§

source§

impl From<Pred> for Expr

source§

fn from(x: Pred) -> Self

Converts to this type from the input type.