pub fn build_engine_from_pipeline(
config: PipelineConfig,
) -> Result<IoEngine, AggregateError>Expand description
Build a synchronous IoEngine from a PipelineConfig using the default FormatRegistry.
pub fn build_engine_from_pipeline(
config: PipelineConfig,
) -> Result<IoEngine, AggregateError>Build a synchronous IoEngine from a PipelineConfig using the default FormatRegistry.