Loading

摘要: #[derive(Debug)] struct Op { text: String, } impl Op { fn new() -> Self { Op { text: "hello".to_string(), } } } #[test] fn test_std_onceCell_static_op 阅读全文
posted @ 2023-06-14 22:47 RainDavi 阅读(303) 评论(0) 推荐(0) 编辑