assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

impl Predicate<T> for PredicateBoolean even if T: ?Sized #84

Closed asomers closed 4 years ago

asomers commented 4 years ago

Fixes #83

epage commented 4 years ago

Thanks!

epage commented 4 years ago

v1.0.2 is now released.