该包包含一个特质,该特质在 Options 上实现了 inspect_none(..) 方法。
所有权归 RoGer2856 所有。
#21 in #inspect
3KB
let mut inspector_function_called = false; None::<()>.inspect_none(|| inspector_function_called = true); assert!(inspector_function_called);