Struct aster::expr::ExprStructBuilder [] [src]

pub struct ExprStructBuilder<F> {
    // some fields omitted
}

Trait Implementations

impl<F> Invoke<Path> for ExprStructBuilder<F> where F: Invoke<P<Expr>>

type Result = ExprStructPathBuilder<F>

fn invoke(self, path: Path) -> ExprStructPathBuilder<F>