mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
8 lines
106 B
Rust
8 lines
106 B
Rust
use serde_derive::Deserialize;
|
|
|
|
#[derive(Deserialize)]
|
|
#[serde(field_identifier)]
|
|
struct S;
|
|
|
|
fn main() {}
|