Struct syntax::ast::MethodSigUnstable
[-] [+]
[src]
pub struct MethodSig {
pub unsafety: Unsafety,
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 | |
abi | |
decl | |
generics | |
explicit_self |