Struct syntex_syntax::ast::MethodSig
[−]
[src]
pub struct MethodSig { pub unsafety: Unsafety, pub constness: Constness, pub abi: Abi, pub decl: P<FnDecl>, pub generics: Generics, pub explicit_self: ExplicitSelf, }
Represents a method's signature in a trait declaration, or in an implementation.
Fields
unsafety | |
constness | |
abi | |
decl | |
generics | |
explicit_self |