pub trait BugExt<T> { // Required method fn assume(self, msg: &'static str) -> Result<T, Bug>; }
Extension trait for assuming an option or result can be unwrapped.
Assume this value can be unwrapped. See [crate] docs.
[crate]