Struct syn::Path [−][src]
A path at which a named item is exported: std::collections::HashMap
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
leading_colon: Option<Colon2>
segments: Punctuated<PathSegment, Colon2>
Methods
impl Path
[src]
[−]
impl Path
pub fn parse_mod_style(i: Cursor) -> PResult<Self>
[src]
pub fn parse_mod_style(i: Cursor) -> PResult<Self>
impl Path
[src]
[−]
impl Path
Trait Implementations
impl Synom for Path
[src]
[+]
impl Synom for Path
impl ToTokens for Path
[src]
[+]
impl ToTokens for Path
impl Clone for Path
[src]
[+]
impl Clone for Path
impl<T> From<T> for Path where
T: Into<PathSegment>,
[src]
[+]
impl<T> From<T> for Path where
T: Into<PathSegment>,