pub type BoxPartSink<'a> = Box<dyn PartSink + 'a>;
A boxed PartSink borrowing its home for 'a.
PartSink
'a
pub struct BoxPartSink<'a>(/* private fields */);