Type Alias wasm_pkg_client::PublishingSource
source · pub type PublishingSource = Pin<Box<dyn ReaderSeeker + Send + Sync + 'static>>;Expand description
An alias for a PublishingSource (generally a file)
Aliased Type§
struct PublishingSource {}