Struct syn::aster::qpath::QPathQSelfBuilder
[−]
[src]
pub struct QPathQSelfBuilder<F> { /* fields omitted */ }pub struct QPathQSelfBuilder<F> { /* fields omitted */ }impl<F> QPathQSelfBuilder<F> where F: Invoke<(QSelf, Path)>[src]fn id<T>(self, id: T) -> F::Result where T: ToIdentfn segment<T>(self, id: T) -> PathSegmentBuilder<QPathQSelfBuilder<F>> where T: ToIdentimpl<F> Invoke<PathSegment> for QPathQSelfBuilder<F> where F: Invoke<(QSelf, Path)>[src]type Result = F::Resultfn invoke(self, segment: PathSegment) -> F::Result