[][src]Trait weld::ast::Takeable

pub trait Takeable: Placeholder {
    fn take(&mut self) -> Self;
}

Takes an expression, replacing it with a placeholder.

Required methods

fn take(&mut self) -> Self

Loading content...

Implementations on Foreign Types

impl Takeable for Box<Expr>[src]

Loading content...

Implementors

impl Takeable for Expr[src]

Loading content...