Struct syn::aster::qpath::QPathBuilder [] [src]

pub struct QPathBuilder<F = Identity> { /* fields omitted */ }

Methods

impl QPathBuilder
[src]

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

Construct a QPathBuilder that will call the callback with a constructed QSelf and Path.

Build a qualified path first by starting with a type builder.

Build a qualified path first by starting with a type builder.

Build a qualified path with a concrete type and path.

Trait Implementations

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