Struct aster::qpath::QPathQSelfBuilder [] [src]

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

Methods

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

Trait Implementations

impl<F> Invoke<PathSegment> for QPathQSelfBuilder<F> where F: Invoke<(QSelf, Path)>
[src]

type Result = F::Result

fn invoke(self, segment: PathSegment) -> F::Result