1 2 3 4
use crate::algorithms::compose::matchers::SortedMatcher; // TODO: Change this to use InitMatcher once supported. pub type GenericMatcher<W, F, B> = SortedMatcher<W, F, B>;