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