Struct aster::where_predicate::WhereEqPredicateBuilder [] [src]

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

Methods

impl<F> WhereEqPredicateBuilder<F> where F: Invoke<WherePredicate>

fn ty(self) -> TyBuilder<Self>

fn build_ty(self, ty: P<Ty>) -> F::Result

Trait Implementations

impl<F> Invoke<P<Ty>> for WhereEqPredicateBuilder<F> where F: Invoke<WherePredicate>

type Result = F::Result

fn invoke(self, ty: P<Ty>) -> F::Result