Struct syn::UsePath [−][src]
A path prefix of imports in a use item: std::....
This type is available only if Syn is built with the "full" feature.
Fields
ident: Identcolon2_token: Colon2tree: Box<UseTree>Trait Implementations
impl Clone for UsePath[src]
impl Clone for UsePath[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for UsePath[src]
impl ToTokens for UsePath[src]