should 0.6.0

Postfix assertion library for Rust
Documentation
1
2
3
pub trait ShouldContain<T: ?Sized> {
    fn should_contain(&self, expected: impl Expected<T>);
}