Struct aster::qpath::QPathTyBuilder [] [src]

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

Methods

impl<F> QPathTyBuilder<F> where F: Invoke<(QSelf, Path)>
[src]

fn as_(self) -> PathBuilder<Self>

Build a qualified path with a path builder.

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<Path> for QPathTyBuilder<F> where F: Invoke<(QSelf, Path)>
[src]

type Result = QPathQSelfBuilder<F>

fn invoke(self, path: Path) -> QPathQSelfBuilder<F>