Struct aster::item::ItemTraitTypeBuilder
[−]
[src]
pub struct ItemTraitTypeBuilder<F> {
// some fields omitted
}pub struct ItemTraitTypeBuilder<F> {
// some fields omitted
}impl<F> ItemTraitTypeBuilder<F> where F: Invoke<TraitItem>fn with_bounds<I>(self, iter: I) -> Self where I: Iterator<Item=TyParamBound>fn with_bound(self, bound: TyParamBound) -> Selffn bound(self) -> TyParamBoundBuilder<Self>fn build_option_ty(self, ty: Option<P<Ty>>) -> F::Resultfn build_ty(self, ty: P<Ty>) -> F::Resultfn ty(self) -> TyBuilder<Self>fn build(self) -> F::Resultimpl<F> Invoke<TyParamBound> for ItemTraitTypeBuilder<F> where F: Invoke<TraitItem>type Result = ItemTraitTypeBuilder<F>fn invoke(self, bound: TyParamBound) -> Self::Resultimpl<F> Invoke<P<Ty>> for ItemTraitTypeBuilder<F> where F: Invoke<TraitItem>