Type Alias gluon_vm::core::CExpr

source ·
pub type CExpr<'a> = &'a Expr<'a>;

Trait Implementations§

source§

impl Default for &'static Expr<'static>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'a, 'b, P> Produce<'a, 'b, P, Expr<'b>> for CExpr<'a>where P: ExprProducer<'a, 'b>,

source§

fn produce_with(input: &'b Expr<'b>, producer: &mut P) -> Self