This needs rust in the 2018 edition extern crate derive_more; use derive_more::{Add, Mul}; #[derive(Add, Mul)] struct Centimeters(i32); ...
確定! 回上一頁