mirror of
https://github.com/danog/parser.git
synced 2025-01-09 14:18:26 +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,
|
||
|
},
|
||
|
]
|