[][src]Trait arcon::weld::ast::prelude::Placeholder

pub trait Placeholder {
    fn is_placeholder(&self) -> bool;
fn new_placeholder() -> Self; }

Creates a placeholder expression.

Required methods

fn is_placeholder(&self) -> bool

Returns whether this expression is a placeholder.

fn new_placeholder() -> Self

Create a new placeholder.

Loading content...

Implementations on Foreign Types

impl Placeholder for Box<Expr>[src]

Loading content...

Implementors

impl Placeholder for Expr[src]

Loading content...