编程语言学习
rust
grammar
Index

Rust

Struct 结构体

struct Person {
    name: String,
    age: u8
}