pub type PublishingSource = Pin<Box<dyn ReaderSeeker + Send + Sync + 'static>>;
An alias for a PublishingSource (generally a file)
pub struct PublishingSource { /* private fields */ }