mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-23 08:01:12 +00:00
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.