Crate expect_with

Source
Expand description

Expect with formatting

Traitsยง

ExpectWith
Adds expect_with(). It is implemented for any Option<T> and Result<T, E> where E is Debug (all std types that has expect method).