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

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

Methods

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

Build a qualified path with a path builder.

Trait Implementations

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