Home
last modified time | relevance | path

Searched defs:IsEmptyPredicate (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/predicates/src/str/
Dbasics.rs19 pub struct IsEmptyPredicate {} struct
21 impl Predicate<str> for IsEmptyPredicate { implementation
32 impl reflection::PredicateReflection for IsEmptyPredicate {} implementation
34 impl fmt::Display for IsEmptyPredicate { implementation