query.private.Predicate.matches_many
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- query.private
- Declared in
- Predicate
- Package
- libtmux
- Source
- crates/libtmux/src/query/private.rs
-
Match this relation predicate against already-loaded related values.
any,all, andnoneuse the standard iterator truth table and short-circuit from left to right. Other predicate families and the to-oneisquantifier returnfalse.The
crate::query::Filterablerelation example executes this method in a hand-written generated-code expansion.
0 declared, 0 inherited