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: PathTrait Implementations
impl Clone for TypePath[src]
impl Clone for TypePath[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for TypePath[src]
impl ToTokens for TypePath[src]