mirror of
https://github.com/danog/parser.git
synced 2025-01-10 06:38:30 +01:00
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
[
|
|
Function {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
params: [],
|
|
body: [],
|
|
return_type: Some(
|
|
String,
|
|
),
|
|
by_ref: false,
|
|
},
|
|
]
|