Yuya Nishihara c4d7425de5 matchers: abstract matcher combinators over Matcher trait
In order to implement a fileset, we'll need owned variants of these matchers.
We can of course let callers move Box<dyn Matcher> into these adapters, but
we might need to somehow clone Box<dyn Matcher>. So, I simply made adapters
generic.
2024-04-05 10:26:01 +09:00
..
2023-07-28 09:28:01 -07:00
2024-03-02 18:19:14 -08:00
2024-03-04 16:05:42 -05:00
2024-03-23 20:17:04 +08:00
2024-03-02 18:19:14 -08:00
2024-03-02 18:19:14 -08:00
2024-03-24 10:32:15 +09:00
2024-02-20 00:02:08 +00:00
2024-03-02 18:19:14 -08:00
2024-02-09 15:48:01 -06:00