Struct syn::TypePath [−][src]
A path like std::slice::Iter
, optionally qualified with a
self-type as in <Vec<T> as SomeTrait>::Associated
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
qself: Option<QSelf>
path: Path
Trait Implementations
impl ToTokens for TypePath
[src]
impl ToTokens for TypePath
[src]