9 lines
135 B
Rust
9 lines
135 B
Rust
use api_proc_macro::IntoCommandDefinition;
|
|
|
|
#[derive(IntoCommandDefinition)]
|
|
struct TestUnnamedStruct(f32, f64, bool);
|
|
|
|
fn main() {
|
|
|
|
}
|