pub trait PowerExpect { type Output; // Required method fn X(self) -> Self::Output; }
Power expect for Result and Option.
expect
Result
Option