Enum syn::GenericMethodArgument [−][src]
An individual generic argument to a method, like T
.
This type is available if Syn is built with the "full"
feature.
Variants
Type(Type)
A type argument.
Const(Expr)
A const expression. Must be inside of a block.
NOTE: Identity expressions are represented as Type arguments, as they are indistinguishable syntactically.
Trait Implementations
impl Synom for GenericMethodArgument
[src]
[+]
impl Synom for GenericMethodArgument
impl ToTokens for GenericMethodArgument
[src]
[+]
impl ToTokens for GenericMethodArgument
impl Clone for GenericMethodArgument
[src]
[+]
impl Clone for GenericMethodArgument
Auto Trait Implementations
impl !Send for GenericMethodArgument
impl !Send for GenericMethodArgument
impl !Sync for GenericMethodArgument
impl !Sync for GenericMethodArgument