7 lines
75 B
Rust
7 lines
75 B
Rust
|
|
||
|
|
||
|
#[derive(Debug)]
|
||
|
pub struct FunctionCall {
|
||
|
identifier: Box<String>
|
||
|
}
|