Enum syntax::ast::Method_Experimental
[-]
[+]
[src]
pub enum Method_ {
MethDecl(Ident, Generics, Abi, ExplicitSelf, Unsafety, P<FnDecl>, P<Block>, Visibility),
MethMac(Mac),
}Variants
MethDecl | Represents a method declaration |
MethMac | Represents a macro in method position |