5 lines
66 B
Rust
5 lines
66 B
Rust
|
#[derive(juniper::ScalarValue)]
|
||
|
struct ScalarValue;
|
||
|
|
||
|
fn main() {}
|