Expand description
Expect with formatting
Traitsยง
- Expect
With - Adds
expect_with()
. It is implemented for anyOption<T>
andResult<T, E>
whereE
isDebug
(all std types that hasexpect
method).
Expect with formatting
expect_with()
. It is implemented for any Option<T>
and Result<T, E>
where E
is Debug
(all std types that has expect
method).