pub type BoxSource = Box<dyn Source + Send + Sync + 'static>;
pub struct BoxSource(/* private fields */);