Struct aster::block::BlockBuilder
[−]
[src]
pub struct BlockBuilder<F = Identity> { /* fields omitted */ }
pub struct BlockBuilder<F = Identity> { /* fields omitted */ }
impl BlockBuilder[src]fn new() -> Selfimpl<F> BlockBuilder<F> where F: Invoke<P<Block>>[src]fn with_callback(callback: F) -> Selffn span(self, span: Span) -> Selffn unsafe_(self) -> Selffn with_stmts<I>(self, iter: I) -> Self where I: IntoIterator<Item=Stmt>fn with_stmt(self, stmt: Stmt) -> Selffn stmt(self) -> StmtBuilder<Self>fn build_expr(self, expr: P<Expr>) -> F::Resultfn expr(self) -> ExprBuilder<Self>fn build(self) -> F::Resultimpl<F> Invoke<Stmt> for BlockBuilder<F> where F: Invoke<P<Block>>[src]impl<F> Invoke<P<Expr>> for BlockBuilder<F> where F: Invoke<P<Block>>[src]