rustdoc JSON: Clarify that Function is also used for methods

This commit is contained in:
Martin Nordholts 2022-11-20 13:48:45 +01:00
parent 8b5bfaf662
commit 30b7e44a3c

View File

@ -413,6 +413,7 @@ pub enum Abi {
Other(String),
}
/// Represents a function (including methods and other associated functions)
#[derive(Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize)]
pub struct Function {
pub decl: FnDecl,