Struct aster::ty_param::TraitTyParamBoundBuilder [] [src]

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

Trait Implementations

impl<F> Invoke<PolyTraitRef> for TraitTyParamBoundBuilder<F> where F: Invoke<TyParamBound>

type Result = F::Result

fn invoke(self, poly_trait: PolyTraitRef) -> Self::Result