pub type BoxSource = Arc<dyn Source>;
Expand description
An alias for Box<dyn Source>
.
Aliased Type§
struct BoxSource { /* private fields */ }
Trait Implementations§
Source§impl Source for BoxSource
impl Source for BoxSource
Source§impl StreamChunks for BoxSource
impl StreamChunks for BoxSource
Source§fn stream_chunks<'a>(
&'a self,
options: &MapOptions,
on_chunk: OnChunk<'_, 'a>,
on_source: OnSource<'_, 'a>,
on_name: OnName<'_, 'a>,
) -> GeneratedInfo
fn stream_chunks<'a>( &'a self, options: &MapOptions, on_chunk: OnChunk<'_, 'a>, on_source: OnSource<'_, 'a>, on_name: OnName<'_, 'a>, ) -> GeneratedInfo
StreamChunks abstraction