Enum syn::PathArguments [−][src]
Angle bracketed or parenthesized arguments of a path segment.
This type is available if Syn is built with the "derive"
or "full"
feature.
Angle bracketed
The <'a, T>
in std::slice::iter<'a, T>
.
Parenthesized
The (A, B) -> C
in Fn(A, B) -> C
.
Variants
None
AngleBracketed(AngleBracketedGenericArguments)
The <'a, T>
in std::slice::iter<'a, T>
.
Parenthesized(ParenthesizedGenericArguments)
The (A, B) -> C
in Fn(A, B) -> C
.
Methods
impl PathArguments
[src]
[−]
impl PathArguments
Trait Implementations
impl ToTokens for PathArguments
[src]
[+]
impl ToTokens for PathArguments
impl Clone for PathArguments
[src]
[+]
impl Clone for PathArguments
impl Default for PathArguments
[src]
[+]
impl Default for PathArguments
Auto Trait Implementations
impl !Send for PathArguments
impl !Send for PathArguments
impl !Sync for PathArguments
impl !Sync for PathArguments