Add abi field to Method
This commit is contained in:
@@ -294,6 +294,7 @@ pub struct Method {
|
||||
pub decl: FnDecl,
|
||||
pub generics: Generics,
|
||||
pub header: String,
|
||||
pub abi: String,
|
||||
pub has_body: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user