thp/src/syntax/ast/functions.rs

7 lines
75 B
Rust
Raw Normal View History

2023-10-01 22:18:28 +00:00
#[derive(Debug)]
pub struct FunctionCall {
identifier: Box<String>
}