Rust筆記

於 2022年2月15日 (二) 08:25 由 Tankianting討論 | 貢獻 所做的修訂

型別

函數

struct

struct Aminal {
    species: String,
    name: String,
    weight: u64,
}