Enum syn::GenericMethodArgument [−][src]
An individual generic argument to a method, like T.
This type is available only 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 Clone for GenericMethodArgument[src]
impl Clone for GenericMethodArgument[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GenericMethodArgument[src]
impl Debug for GenericMethodArgument[src]impl Hash for GenericMethodArgument[src]
impl Hash for GenericMethodArgument[src]impl ToTokens for GenericMethodArgument[src]
impl ToTokens for GenericMethodArgument[src]