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