PublishingSource

Type Alias PublishingSource 

Source
pub type PublishingSource = Pin<Box<dyn ReaderSeeker + Send + Sync + 'static>>;
Expand description

An alias for a PublishingSource (generally a file)

Aliased Typeยง

pub struct PublishingSource { /* private fields */ }