Struct aster::expr::ExprMatchArmBuilder
[−]
[src]
pub struct ExprMatchArmBuilder<F> {
// some fields omitted
}pub struct ExprMatchArmBuilder<F> {
// some fields omitted
}impl<F> ExprMatchArmBuilder<F> where F: Invoke<P<Expr>>fn with_arms<I>(self, iter: I) -> Self where I: IntoIterator<Item=Arm>fn with_arm(self, arm: Arm) -> Selffn arm(self) -> ArmBuilder<Self>fn build(self) -> F::Resultimpl<F> Invoke<Arm> for ExprMatchArmBuilder<F> where F: Invoke<P<Expr>>