Struct syn::PathSegment
source · pub struct PathSegment {
pub ident: Ident,
pub arguments: PathArguments,
}
Expand description
A segment of a path together with any path arguments on that segment.
Fields§
§ident: Ident
§arguments: PathArguments