Struct syntax::ast_map::blocks::FnPartsExperimental
[-]
[+]
[src]
pub struct FnParts<'a> {
pub decl: &'a FnDecl,
pub body: &'a Block,
pub kind: FnKind<'a>,
pub span: Span,
pub id: NodeId,
}Components shared by fn-like things (fn items, methods, closures).
Fields
decl | |
body | |
kind | |
span | |
id |