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