trait ClonableDynMarkerRule<Split: SplitStrategy>: MarkerRule<Split> {
// Required method
fn to_dyn_marker(&self) -> Box<dyn MarkerRule<Split>>;
}trait ClonableDynMarkerRule<Split: SplitStrategy>: MarkerRule<Split> {
// Required method
fn to_dyn_marker(&self) -> Box<dyn MarkerRule<Split>>;
}