3 个版本
| 0.1.2 | 2022年12月2日 | 
|---|---|
| 0.1.1 | 2021年4月14日 | 
| 0.1.0 | 2021年4月13日 | 
#4 在 #removed
每月 40 次下载
6KB
如何使用
use unwrap_none::UnwrapNone;
fn main() {
	None.unwrap_none();
	None.expect_none("Value is not None");
}
lib.rs:
查看有关 UnwrapNone#required-methods 的示例文档。