pub type SplitRef = Box<dyn Split>;
A reference-counted split.
pub struct SplitRef(/* private fields */);