mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
8 lines
100 B
Rust
8 lines
100 B
Rust
use serde_derive::Deserialize;
|
|
|
|
#[derive(Deserialize)]
|
|
#[serde(default)]
|
|
struct Unit;
|
|
|
|
fn main() {}
|