pub type BoxedSplit = Split<Box<dyn ReadHalf>, Box<dyn WriteHalf>>;
A boxed Split.
Split
pub struct BoxedSplit { /* private fields */ }